Re: State of the Art

Tony Finch <dot@dotat.at>
25 Jul 2008 14:26:25 +0100 (BST)

          From comp.compilers

Related articles
[3 earlier articles]
Re: State of the Art peter.deussen@fokus.fraunhofer.de (Peter) (2008-07-21)
Re: State of the Art parrt@cs.usfca.edu (Terence Parr) (2008-07-21)
Re: State of the Art ademakov@gmail.com (Aleksey Demakov) (2008-07-23)
Re: State of the Art cfc@shell01.TheWorld.com (Chris F Clark) (2008-07-22)
Re: State of the Art torbenm@pc-003.diku.dk (2008-07-23)
Re: State of the Art ang.usenet@gmail.com (Aaron Gray) (2008-07-24)
Re: State of the Art dot@dotat.at (Tony Finch) (2008-07-25)
Re: State of the Art johnhull2008@gmail.com (johnhull2008) (2008-07-28)
Re: State of the Art kamalpr@hp.com (kamal) (2008-07-28)
Re: State of the Art lucky@htsoft.com (Matt Luckman) (2008-07-29)
Re: State of the Art anton@mips.complang.tuwien.ac.at (2008-08-03)
| List of all articles for this month |

From: Tony Finch <dot@dotat.at>
Newsgroups: comp.compilers
Date: 25 Jul 2008 14:26:25 +0100 (BST)
Organization: dotat labs
References: 08-07-033 08-07-049
Keywords: optimize, code
Posted-Date: 25 Jul 2008 13:02:41 EDT

torbenm@pc-003.diku.dk (Torben =?iso-8859-1?Q?=C6gidius?= Mogensen) wrote:
>
>JIT compilation has also had great advances in the last decade.


Tracing JITs are particularly interesting, since by construction they
only compile host code and do cross-method optimizations like polymorphic
inlining. And they have much less overhead than method-at-a-time JITs
based on batch compiler techniques.


Tony.
--
f.anthony.n.finch <dot@dotat.at> http://dotat.at/
BISCAY: SOUTHWESTERLY 3 OR 4, OCCASIONALLY 5 AT FIRST. MODERATE. THUNDERY
SHOWERS. MODERATE OR GOOD, OCCASIONALLY POOR.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.