HiPE
APPLICATION
HiPE
APPLICATION SUMMARY
The HiPE Application
DESCRIPTION
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]).
1> c(my_module, [native,{hipe,Options}]).