From f3a74a7dfb633b21b7d06e48bf430071cdc0f779 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 8 Dec 2017 10:53:22 +0100 Subject: Update version numbers --- lib/hipe/vsn.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hipe') diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index f88d9147b1..508ec00548 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.16.1 +HIPE_VSN = 3.17 -- cgit v1.2.3 From 47198f179ab14cf8cfcdab0d976650cd1519b236 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 8 Dec 2017 10:57:50 +0100 Subject: Update release notes --- lib/hipe/doc/src/notes.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'lib/hipe') 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 @@

This document describes the changes made to HiPE.

+
Hipe 3.17 + +
Fixed Bugs and Malfunctions + + +

+ Fix bug for hipe compiled code using + <<X/utf32>> binary construction that + could cause faulty result or even VM crash.

+

+ On architectures other than x86_64, code need to be + recompiled to benefit from this fix.

+

+ Own Id: OTP-14740

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

+ Added documentation about limitations of hipe compared to + beam compiled code.

+

+ Own Id: OTP-14767

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