By default, HiPE is not used to compile OTP. It is known, however, that OTP libraries can be compiled using HiPE with typically improved performance (although this depends on your application).
When you run erlc in your .erl file, a BEAM file is created that is NOT compiled into native code using HiPE. To compile the .erl file into native code using HiPE, simply run erlc +native file.erl .
The standalone HiPE compiler is no longer supported as it was included in the main Erlang / OTP distribution.
gleber Feb 05 '10 at 13:24 2010-02-05 13:24
source share