From b9faca269de1de51ae33577cc204befbea24243c Mon Sep 17 00:00:00 2001 From: Henrik Date: Tue, 29 May 2018 10:47:25 +0200 Subject: Revert "Prepare release" This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. --- lib/hipe/doc/src/notes.xml | 45 --------------------------------------------- 1 file changed, 45 deletions(-) (limited to 'lib/hipe/doc/src/notes.xml') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index b6801b6302..c190a89260 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,51 +31,6 @@

This document describes the changes made to HiPE.

-
Hipe 3.18 - -
Improvements and New Features - - -

- Optimize receive statements that are only waiting - for messages containing a reference created before the - receive. All messages that existed in the queue when the - reference was created will be bypassed, as they cannot - possibly contain the reference. This optimization has - existed for vanilla BEAM since OTP R14.

-

- Own Id: OTP-14785 Aux Id: PR-1632

-
- -

- Add validation pass to hipe compiler to detect internal - errors causing primop calls that may trigger an unsafe GC - at run-time. The pass can be disabled with option - no_verify_gcsafe.

-

- Own Id: OTP-14900 Aux Id: PR-1685, PR-1621

-
- -

- Make hipe compiled code work on x86_64 (amd64) with OS - security feature PIE, where executable code can be loaded - into a random location. Old behavior, if hipe was - enabled, was to disable PIE build options for the VM.

-

- Own Id: OTP-14903

-
- -

- Inline more type test BIFs; is_number, - is_bitstring, is_map.

-

- Own Id: OTP-14941 Aux Id: PR-1718

-
-
-
- -
-
Hipe 3.17.1
Fixed Bugs and Malfunctions -- cgit v1.2.3