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