Isaac Gouy wrote:
> ...
> So let us know how to use native compilation!
It is quite simple. If you compile using:
c(file).
compile with something like:
c(file, [native, {hipe,['O3']}]).
instead.
If with:
erlc file.erl
with
erlc +native file.erl
Kostis.