From 2955ddebc32837b66d9bacb4e925ad0ed0033168 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Jun 2015 10:24:26 +0200 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'lib/hipe/doc/src') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 814d8a5a33..33a18ff7ef 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,6 +31,54 @@

This document describes the changes made to HiPE.

+
Hipe 3.12 + +
Fixed Bugs and Malfunctions + + +

Fix a minor bug in the handling of opaque types.

+

+ Own Id: OTP-12666

+
+ +

+ Fix hipe bug when matching a "writable" binary. The bug + has been seen to sometimes cause a failed binary matching + of a correct utf8 character, but other symptoms are also + possible.

+

+ Own Id: OTP-12667

+
+ +

+ Optimizations and code cleanup in hipe code loader.

+

+ Own Id: OTP-12816

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

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

+

+ Own Id: OTP-12448

+
+ +

+ Allow use of complete interface of cerl_pmatch module

+

+ Own Id: OTP-12794

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