[Shootout-list] Two notes: Pascal and CMUCL
Kero-Chan
Kero-Chan <kerochan2@gmail.com>
Tue, 19 Oct 2004 05:58:03 -0400
On Tue, 19 Oct 2004 11:39:25 +0200, Bengt Kleberg
<bengt.kleberg@ericsson.com> wrote:
> to normalise your list with the Free On-line Dictionary of Computing
> (http://wombat.doc.ic.ac.uk/foldoc, thank you for the pointer) we could
> change the occurance of jit in your list to ''something-else'' (is there
> a good name? anybody?)
>
> and add
>
> * JIT (Compiled to native code at startup, ie: java with jit)
> * Incremental JIT (Compiled to native code when executed, ie: java with
> hot-spot)
>
> please correct my examples if they are no longer correct. and suggest
> better ones.
>
> i suggest this is something for the faq. would it be possible to add the
> list to it?
>
>
> bengt
http://psyco.sourceforge.net/introduction.html
So Psyco for Python is also a JIT compiler that compiles to native code.
My two "JIT" entries were bogus i guess, because I wrote byte-code
instead of native-code.
But now in this new list, "Interpreted" and "Incremental JIT" is the
same I think. :)