The Great Computer Language Shootout is back

Kostis Sagonas kostis@REDACTED
Tue Jul 27 17:55:14 CEST 2004


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.




More information about the erlang-questions mailing list