Have you read the Efficiency Guide? It has a lot of info about binaries. Also, from the Efficiency Guide:<br><p>Use the <span class="code">bin_opt_info</span> option to have the compiler print a lot of 
information about binary optimizations. It can be given either to the compiler or
<span class="code">erlc</span>
</p>
<div class="example"><pre>erlc +bin_opt_info Mod.erl<br></pre></div>

<p>or passed via an environment variable
</p>
<div class="example"><pre>export ERL_COMPILER_OPTIONS=bin_opt_info<br></pre></div><br>Hope this helps.<br><br><div class="gmail_quote">On Wed, Jun 25, 2008 at 12:49 PM, Sebastian Dehne <<a href="mailto:sebastian@dehnes.com">sebastian@dehnes.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">> I'll try the +native now.<br>
<br>
</div>Just for the record, using the latest version of Erlang and HiPE enabled<br>
resulted in:<br>
390ms instead of the 1500ms found earlier.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
</div></div></blockquote></div><br>