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 ++++++++++++++++++++ lib/compiler/vsn.mk | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) (limited to 'lib/compiler') 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 diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 97179b7fc4..efedb414ad 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.3 +COMPILER_VSN = 7.3.1 -- cgit v1.2.1