From 9c005b842583f4aed77ec3a25038f0fd3623f8e9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 15 Jan 2019 19:35:08 +0100 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 7addadf82c..02e6203137 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,26 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.3.1 + +
Fixed Bugs and Malfunctions + + +

An optimization that avoided allocation of a stack + frame for some case expressions was introduced in + OTP 21. (ERL-504/OTP-14808) It turns out that in rare + circumstances, this optimization is not safe. Therefore, + this optimization has been disabled.

+

A similar optimization will be included in OTP 22 in a + safe way.

+

+ Own Id: OTP-15501 Aux Id: ERL-807, ERL-514, OTP-14808

+
+
+
+ +
+
Compiler 7.3
Fixed Bugs and Malfunctions -- cgit v1.2.3