diff options
author | Erlang/OTP <[email protected]> | 2019-01-15 19:35:08 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-01-15 19:35:08 +0100 |
commit | 9c005b842583f4aed77ec3a25038f0fd3623f8e9 (patch) | |
tree | 1f00e0e0c51e8df1296d0a3962b0f55b1fdc733b /lib/compiler/doc | |
parent | d712e055d1554fafe9eb88b15ee5e726a8a6a9be (diff) | |
download | otp-9c005b842583f4aed77ec3a25038f0fd3623f8e9.tar.gz otp-9c005b842583f4aed77ec3a25038f0fd3623f8e9.tar.bz2 otp-9c005b842583f4aed77ec3a25038f0fd3623f8e9.zip |
Prepare release
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 7.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>An optimization that avoided allocation of a stack + frame for some <c>case</c> 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.</p> + <p>A similar optimization will be included in OTP 22 in a + safe way.</p> + <p> + Own Id: OTP-15501 Aux Id: ERL-807, ERL-514, OTP-14808 </p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.3</title> <section><title>Fixed Bugs and Malfunctions</title> |