From 05f11890bdfec4bfc3a78e191a87e70a937ffc54 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 25 Feb 2013 19:23:54 +0100 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 031250a690..94fea84557 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -31,6 +31,53 @@

This document describes the changes made to the Compiler application.

+
Compiler 4.9.1 + +
Fixed Bugs and Malfunctions + + +

+ The compiler would crash attempting to compile + expressions such as "element(2, not_tuple)".

+

+ Own Id: OTP-10794

+
+ +

+ Forbid multiple values in Core Erlang sequence arguments. + Thanks to José Valim and Anthony Ramine.

+

+ Own Id: OTP-10818

+
+ +

+ An unsafe optimization would cause the compiler to crash + with an internal error for certain complex code + sequences.

+

+ Own Id: OTP-10825 Aux Id: seq12247

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

Integers in expression that will give a floating point + result (such as "X / 2" will now be converted to + floating point at compile-time. (Suggested by Richard + O'Keefe.)

+

Identical floating points constans in a module will + now be coalesced to one entry in the constant pool.

+

+ Own Id: OTP-10788

+
+
+
+ +
+
Compiler 4.9
Improvements and New Features -- cgit v1.2.3