hipe

Erlang OTP release compiles with HiPE?

After reading this question http://stackoverflow.com/questions/2206313/is-erlang-the-c-of-the-clustered-computing-world , I am wondering the official Erlang OTP compiles with HiPE? In other words, when I compile my .erl source with the OTP release R13 (as example), does it produce "object code" BEAM? Looking at http://www.it.uu.se/rese...

Erlang compilation: mixed of "HiPE object code" and "opcode"?

Is it possible to have a VM instance that executes both HiPE code and the usual "opcode" based objects at the same time? This question is related to : http://stackoverflow.com/questions/2207360/erlang-otp-release-compiles-with-hipe ...

What are the constraints/limitations of compiling with "+native" ?

What are the limitations/constraints when compiling Erlang .erl source with the +native option compared with the usual "non native" compilation? Related to: http://stackoverflow.com/questions/2207360/erlang-otp-release-compiles-with-hipe ...