From b9023ad36f9fd1e2154ff80089906b53b548d891 Mon Sep 17 00:00:00 2001 From: Henrik Nord Date: Tue, 26 Mar 2019 12:14:50 +0100 Subject: Revert "Prepare release" This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017. --- lib/hipe/doc/src/notes.xml | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) (limited to 'lib/hipe/doc/src') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 4a95d75abe..9a803cb9df 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,52 +31,6 @@

This document describes the changes made to HiPE.

-
Hipe 3.19 - -
Fixed Bugs and Malfunctions - - -

- Add function hipe:erllvm_is_supported to check - presence of 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