Hello everybody,<br>I want ask how in-lining works. In documentation <a href="http://www.erlang.org/doc/man/compile.html">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"><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">www.gooddata.com</a><br>