From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2013 16:23:55 +0200 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 94fea84557..33b32a3dce 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -31,6 +31,57 @@

This document describes the changes made to the Compiler application.

+
Compiler 4.9.2 + +
Fixed Bugs and Malfunctions + + +

+ Compiling functions with complex boolean operations in + guards could be very slow. (Thanks to Magnus Muller for + reporting this issue.)

+

+ Own Id: OTP-10939

+
+ +

+ Certain guard expressions used in a receive statement + could cause the compiler to crash.

+

+ Own Id: OTP-11119 Aux Id: seq12342

+
+
+
+ + +
Improvements and New Features + + +

+ Fix optimization of some binary comprehensions. Thanks to + Anthony Ramine.

+

+ Own Id: OTP-11005

+
+ +

+ Use a set to store ref registers in beam_receive. Thanks + to Anthony Ramine.

+

+ Own Id: OTP-11069

+
+ +

+ Fix renaming of bs_put_string instructions. Thanks to + Anthony Ramine.

+

+ Own Id: OTP-11129

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