How to recognize HiPE-compiled beams
Bengt Kleberg
bengt.kleberg@REDACTED
Wed Jan 4 12:34:03 CET 2006
On 2006-01-04 12:01, Joel Reymont wrote:
> Folks,
>
> Is there a way to tell from within erl if a beam has been HiPE-compiled?
i do not have a hipe compiled module available right now but my
suggestion would be to use
Module:module_info(compile) => [{options, Compile_options_list}, ...]
surely the option to HiPE-compile will be present in
Compile_options_list, would it not?
bengt
More information about the erlang-questions
mailing list