diff options
author | Erlang/OTP <[email protected]> | 2017-12-08 10:57:50 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-12-08 10:57:50 +0100 |
commit | 47198f179ab14cf8cfcdab0d976650cd1519b236 (patch) | |
tree | 9e394ff40890fd30bb738a133dbbf6afecf9c23f /lib/hipe/doc | |
parent | f3a74a7dfb633b21b7d06e48bf430071cdc0f779 (diff) | |
download | otp-47198f179ab14cf8cfcdab0d976650cd1519b236.tar.gz otp-47198f179ab14cf8cfcdab0d976650cd1519b236.tar.bz2 otp-47198f179ab14cf8cfcdab0d976650cd1519b236.zip |
Update release notes
Diffstat (limited to 'lib/hipe/doc')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index eadaee50e2..bad0c254ce 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,6 +31,39 @@ </header> <p>This document describes the changes made to HiPE.</p> +<section><title>Hipe 3.17</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix bug for hipe compiled code using + <c><<X/utf32>></c> binary construction that + could cause faulty result or even VM crash.</p> + <p> + On architectures other than x86_64, code need to be + recompiled to benefit from this fix.</p> + <p> + Own Id: OTP-14740</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Added documentation about limitations of hipe compared to + beam compiled code.</p> + <p> + Own Id: OTP-14767</p> + </item> + </list> + </section> + +</section> + <section><title>Hipe 3.16.1</title> <section><title>Fixed Bugs and Malfunctions</title> |