From 36719f9798f1f7c2de203091582083e8d8e5726b Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 10 May 2019 14:42:47 +0200 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'lib/hipe/doc') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 9a803cb9df..a2e0766bb7 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,6 +31,52 @@

This document describes the changes made to HiPE.

+
Hipe 3.19 + +
Fixed Bugs and Malfunctions + + +

+ Add function hipe:erllvm_is_supported to check for + the presences of a suitable version of the LLVM tool + chain as well as supported hardware architecture. The old + hipe:llvm_support_available has been removed.

+

+ Own Id: OTP-15385 Aux Id: PR-1986

+
+ +

+ Fix hipe LLVM for FreeBSD and other non-linux unix to use + /tmp/ instead of /dev/shm/.

+

+ Own Id: OTP-15386 Aux Id: PR-1963

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

In OTP 22, HiPE (the native code compiler) is not + fully functional. The reasons for this are:

+

There are new BEAM instructions for binary matching + that the HiPE native code compiler does not support.

+

The new optimizations in the Erlang compiler create + new combination of instructions that HiPE currently does + not handle correctly.

+

If erlc is invoked with the +native option, and + if any of the new binary matching instructions are used, + the compiler will issue a warning and produce a BEAM file + without native code.

+

+ Own Id: OTP-15596

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