HiPE

Reference Manual

Version 3.16

Table of Contents

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]).

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 hipe:help(). Details on HiPE compiler options are given by hipe:help_options().

SEE ALSO