hipe vs native compilation

Joel Reymont joelr1@REDACTED
Thu Jan 12 16:40:26 CET 2006


Folks,

In this example I see hipe options:

1> fact:module_info().
[{exports,[{module_info,1},{module_info,0},{start,1}]},
{imports,[]},
{attributes,[{vsn,[235774949298681110343635959375528815860]}]},
{compile,[{options,[{cwd,"/home/chaitanya/Documents/Workspace/erlang"},
                      {outdir,"/home/chaitanya/Documents/Workspace/ 
erlang"},
                      {hipe,[verbose]},
                      native]},
            {version,"4.3.11"},
            {time,{2005,12,26,7,40,58}},
            {source,"/home/chaitanya/Documents/Workspace/erlang/ 
fact.erl"}]}]

I created a Emakefile that reads

{'*',[native]}.

I compiled and now get:

1> bot:module_info(compile).
[{options,[error_summary,native]},
{version,"4.3.11"},
{time,{2006,1,12,15,31,58}},
{source,"/Users/joelr/Work/Dobro/SuperScript/src/bot.erl"}]

I see no references to hipe, though. Should I? I'm running on Mac OSX  
10.4.4.

	Thanks, Joel

--
http://wagerlabs.com/








More information about the erlang-questions mailing list