I\'m a beginner with rebar and erlang generally. I was trying to create an erlang release with rebar according to this tutorial: http://www.metabrew.com/article/erlang-rebar-tutorial-generating-releas
Is it possible to have a VM instance that executes both HiPE code and the usual \"opcode\" based objects at the same time?
What are the limitations/co开发者_JS百科nstraints when compiling Erlang .erl source with the +native option compared with the usual \"non native\" compilation?
After reading this question Is Erlang the C of the clustered computing world? , I am wondering the official Erla开发者_开发知识库ng OTP compiles with HiPE?