How do you mean that you have never seen it work? You shouldn't see anything, the code should behave as before.<br><br>Robert<br><br><div class="gmail_quote">2009/1/4 Hynek Vychodil <span dir="ltr"><<a href="mailto:vychodil.hynek@gmail.com">vychodil.hynek@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello everybody,<br>I want ask how in-lining works. In documentation <a href="http://www.erlang.org/doc/man/compile.html" target="_blank">http://www.erlang.org/doc/man/compile.html</a> I can read how to switch on implicit inlining<br>
<pre>%% Aggressive inlining - will increase code size.<br>-compile(inline).<br>-compile({inline_size,100}).<br></pre>but I never have seen it works. When I want inline something I must specify it explicitly using<br><br>-compile({inline, [{fun, arity}]}).<br>

<br>Is it bug or I do something wrong?<br><br>Best regards.<br clear="all"><font color="#888888"><br>-- <br>--Hynek (Pichi) Vychodil<br><br>Analyze your data in minutes. Share your insights instantly. Thrill your boss.  Be a data hero!<br>
Try Good Data now for free: <a href="http://www.gooddata.com" target="_blank">www.gooddata.com</a><br>

</font><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></blockquote></div><br>