From b92ea63417bc6933393a3c285faf393b3d287ac2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 12 Dec 2011 18:14:34 +0100 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) (limited to 'lib/hipe/doc/src') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 6b601e3039..3f28cf9959 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -30,6 +30,83 @@

This document describes the changes made to HiPE.

+
Hipe 3.9 + +
Fixed Bugs and Malfunctions + + +

+

No warnings for underspecs with remote + types

Fix crash in Typer

+

Fix Dialyzer's warning for its own + code

Fix Dialyzer's warnings in + HiPE

Add file/line info in a + particular Dialyzer crash

Update + inets test results

+

+ Own Id: OTP-9758

+ + +

+

Correct callback spec in application + module

Refine warning about callback + specs with extra ranges

Cleanup + autoimport compiler directives

Fix + Dialyzer's warnings in typer

Fix + Dialyzer's warning for its own code

+

Fix bug in Dialyzer's behaviours + analysis

Fix crash in + Dialyzer

Variable substitution was + not generalizing any unknown variables.

+

+

+ Own Id: OTP-9776

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

+ Possible to run HiPE without floating point exceptions + (FPE). Useful on platforms that lack reliable FPE. Slower + float operations compared to HiPE with FPE.

+

+ Own Id: OTP-9724

+
+ +

+ HiPE compiler: The possibility to compile and load + selected functions from a module has been removed.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-9751

+
+ +

+ filename:find_src/1,2 will now work on stripped + BEAM files (reported by Per Hedeland). The HiPE compiler + will also work on stripped BEAM files. The BEAM compiler + will no longer include compilation options given in the + source code itself in M:module_info(compile) + (because those options will be applied anyway if the + module is re-compiled).

+

+ Own Id: OTP-9752

+
+ +

Optimize erl_types:t_unify().

+

+ Own Id: OTP-9768

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