From 62870c998955e1498e71bfc90607885e96ecaa27 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 31 Mar 2015 12:24:04 +0200 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'lib/hipe/doc/src') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 2d6fd245f7..8d3358533b 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -30,6 +30,55 @@

This document describes the changes made to HiPE.

+
Hipe 3.11.3 + +
Fixed Bugs and Malfunctions + + +

+ Fix HiPE for ARM when Erlang VM is compiled for Thumb + execution mode. This was a problem on e.g. Ubuntu which + configures its system GCC to generate Thumb by default.

+

+ Own Id: OTP-12405

+
+ +

+ Reduced lock contention of dynamic function lookups (like + apply) from hipe compiled code.

+

+ Own Id: OTP-12557

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

+ Fix two bugs in HiPE compiler regarding floating-points, + both leading to crash during compilation. The + target-specific code generators failed to handle integer + to floating-point conversion instructions with constant + operands. The middle-end could use an incorrect + representation for copies between floating-point + registers.

+

+ Own Id: OTP-12413

+
+ +

+ Improved error handling when memory allocation for HiPE + code fails.

+

+ Own Id: OTP-12448

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