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: Erlang OTP release compiles with HiPE? 回答1: The functionality for tracing, breakpoints and single stepping that the BEAM emulator provides are not available in native compiled code. There is also still a limitation that native code is not really unloaded from memory when you load newer versions of the same module. (This can be an issue if