From 196b7abdb0aad42c3b7e10e9aedb9fb720525676 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Wed, 27 Feb 2019 13:19:37 +0100 Subject: Revert "Prepare release" This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. --- lib/compiler/doc/src/notes.xml | 47 ------------------------------------------ lib/compiler/vsn.mk | 2 +- 2 files changed, 1 insertion(+), 48 deletions(-) (limited to 'lib/compiler') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 12429cf561..02e6203137 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,53 +32,6 @@

This document describes the changes made to the Compiler application.

-
Compiler 7.4 - -
Improvements and New Features - - -

- The compiler has been rewritten to internally use an - intermediate representation based on Static Single - Assignment (SSA). The new intermediate representation - makes more optimizations possible.

-

- Most noticeable is that the binary matching optimizations - are now applicable in many more circumstances than - before.

-

- Another noticeable change is that type optimizations are - now applied across local function calls, and will remove - a lot more redundant type tests than before.

-

- Own Id: OTP-14894 Aux Id: ERL-714

-
- -

Funs are no longer created when they are only used - locally, greatly improving the performance of named funs - and "fun-wrapped" macros.

-

- Own Id: OTP-15273 Aux Id: ERL-639

-
- -

All compiler options that can be given in the source - file can now also be given in the option list or from the - command line for erlc.

-

Specifically, the option - {nowarn_deprecated_function,MFAs} was only - recognized when given in the file with the attribute - -compile(). The option - {nowarn_unused_function,FAs} was incorrectly - documented to only work in a file, but it also worked - when given in the option list.

-

- Own Id: OTP-15456

-
-
-
- -
-
Compiler 7.3.1
Fixed Bugs and Malfunctions diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 494de072ff..efedb414ad 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.4 +COMPILER_VSN = 7.3.1 -- cgit v1.2.3