On Fri, Jul 20, 2012 at 2:55 PM, Michael Foord <span dir="ltr">&lt;<a href="mailto:fuzzyman@voidspace.org.uk" target="_blank">fuzzyman@voidspace.org.uk</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
On 17 Jul 2012, at 23:04, <a href="mailto:martin@v.loewis.de">martin@v.loewis.de</a> wrote:<br>
<br>
&gt;&gt; [snip...]<br>
<div class="im">&gt;<br>
&gt;&gt; I would like to use a JIT to generate specialized functions for a<br>
&gt;&gt; combinaison of arguments types.<br>
&gt;<br>
&gt; I think history has moved past specializing JITs. Tracing JITs are the<br>
&gt; status quo; they provide specialization as a side effect.<br>
&gt;<br>
<br>
</div>Mozilla implemented a method-JIT (compile whole methods) on top of their tracing JIT because a tracing JIT only optimises part of your code (only in loops and only if executed more times than the threshold) and there are further performance improvements to be had. So tracing JITs are not the *whole* of the state of the art.<br>


<br>
Michael<br></blockquote><div><br></div><div>I&#39;m sorry michael but you&#39;re like a 100th person I have to explain this to. The pure reason that mozilla did not make a tracing JIT work does not mean the entire approach is horribly doomed as many people would like to assume. The reasons are multiple, but a lot of them are connected to poor engineering (for example the part inherited from adobe is notoriously bad, have a look if you want).</div>

<div><br></div><div>Cheers,</div><div>fijal</div><div><br></div><div><br></div></div>