Erlang logo
Reference Manual
Release Notes
PDF
Top

HiPE
Reference Manual
Version 3.7.8


Expand All
Contract All

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