diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-04-03 11:56:48 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-04-03 11:56:48 +0200 |
commit | cd82636ecd8a9dee9f9abb353ff3ff256adf74f1 (patch) | |
tree | 6508f8478940ff23e33d202abcb7fbbf790aef60 /lib/hipe | |
parent | 6c1ba432eac3aee730da9ae6fc484b5806a7dfd2 (diff) | |
parent | cfea5eea406ba3af96588ff458e55de9a149d9c5 (diff) | |
download | otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.tar.gz otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.tar.bz2 otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.zip |
Merge commit 'OTP_R15B01'
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 46 | ||||
-rw-r--r-- | lib/hipe/vsn.mk | 2 |
2 files changed, 47 insertions, 1 deletions
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 @@ </header> <p>This document describes the changes made to HiPE.</p> +<section><title>Hipe 3.9.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + References to <c>is_constant/1</c> (which was removed in + the R12 release) has been removed from documentation and + code.</p> + <p> + Own Id: OTP-6454 Aux Id: seq10407 </p> + </item> + <item> + <p> + Fixed a discrepancy in compile_info</p> + <p> + 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.</p> + <p> + Own Id: OTP-9917</p> + </item> + <item> + <p> + Make dialyzer recognize the process_flag option sensitive + add missing specs to documentation (Thanks to Tobias + Schlager)</p> + <p> + Own Id: OTP-9923</p> + </item> + <item> + <p> + Remove hipe_ceach from hipe.app.src to fix + reltool-generated release startup. (Thanks to Tim + Stewart)</p> + <p> + Own Id: OTP-9939</p> + </item> + </list> + </section> + +</section> + <section><title>Hipe 3.9</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index 347a0336cd..e296997466 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.9 +HIPE_VSN = 3.9.1 |