From cfea5eea406ba3af96588ff458e55de9a149d9c5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Sun, 1 Apr 2012 20:14:41 +0200 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'lib/hipe/doc') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 3f28cf9959..ed8cf0b8d3 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -30,6 +30,52 @@

This document describes the changes made to HiPE.

+
Hipe 3.9.1 + +
Fixed Bugs and Malfunctions + + +

+ References to is_constant/1 (which was removed in + the R12 release) has been removed from documentation and + code.

+

+ Own Id: OTP-6454 Aux Id: seq10407

+
+ +

+ Fixed a discrepancy in compile_info

+

+ The BEAM disassembler used the atom 'none' to signify the + absence of a compile_info chunk in a .beam file. This + clashed with the type declaration of the compile_info + field of a #beam_file{} record as containing a list. Now + [] signifies the absence of this chunk. This simplifies + the code and avoids a dialyzer warning.

+

+ Own Id: OTP-9917

+
+ +

+ Make dialyzer recognize the process_flag option sensitive + add missing specs to documentation (Thanks to Tobias + Schlager)

+

+ Own Id: OTP-9923

+
+ +

+ Remove hipe_ceach from hipe.app.src to fix + reltool-generated release startup. (Thanks to Tim + Stewart)

+

+ Own Id: OTP-9939

+
+
+
+ +
+
Hipe 3.9
Fixed Bugs and Malfunctions -- cgit v1.2.3