From 7c7ba7191a3932e737fa81fd0166df1c637d4b31 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Mar 2018 11:01:07 +0100 Subject: Update release notes --- lib/compiler/doc/src/notes.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'lib/compiler/doc/src/notes.xml') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index f4a3f9875b..bc1f68337b 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,31 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.1.5 + +
Fixed Bugs and Malfunctions + + +

The internal compiler pass (beam_validator) + that validates the generated code has been + strengthened.

+

When compiling from BEAM assembly code, the + beam_type optimizer pass could make the code + unsafe. Corrected.

+

+ Own Id: OTP-14863

+
+ +

Corrected optimizations of integers matched out from + binaries and used in bit operations.

+

+ Own Id: OTP-14898

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