From 42eddf467f01e38502310a0f34770ed73ff74319 Mon Sep 17 00:00:00 2001
From: Hans Bolinder
The normal way to native-compile an Erlang module using HiPE is to include the atom native
- in the Erlang compiler options, as in:
-
- 1> c(my_module, [native]).
- Options to the HiPE compiler are then passed as follows:
-
- 1> c(my_module, [native,{hipe,Options}]).
- For on-line help in the Erlang shell, call
+ 1> c(my_module, [native]).+
Options to the HiPE compiler are then passed as follows:
++ 1> c(my_module, [native,{hipe,Options}]).+
For on-line help in the Erlang shell, call
EEP43: New data type - Maps
- With Maps you may for instance:
For information on how to use Maps please see Map Expressions in the
The current implementation is without the following
- features:
Note that Maps is experimental during OTP 17.0.
@@ -602,19 +608,17 @@
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
@@ -625,7 +629,7 @@
analysis Fix crash in
Dialyzer Variable substitution was
not generalizing any unknown variables.
Own Id: OTP-9776