Related articles |
---|
Run time optimizations sj3e@server.cs.virginia.edu (Sanjay Jinturkar) (1993-04-20) |
Re: Run time optimizations krishna@cs.unm.edu (1993-04-22) |
Re: Run time optimizations pardo@cs.washington.edu (1993-04-23) |
Re: Run time optimizations jim@float.co.uk (1993-04-23) |
Re: Run time optimizations haahr@mv.us.adobe.com (1993-04-24) |
Re: Run time optimizations jeremy@sw.oz.au (1993-04-28) |
Newsgroups: | comp.compilers |
From: | krishna@cs.unm.edu (Ksheerabdhi Krishna) |
Keywords: | optimize |
Organization: | Computer Science Department, University of New Mexico |
References: | 93-04-069 |
Date: | Thu, 22 Apr 1993 15:54:49 GMT |
David Keppel, Susan Eggers and Robert Henry have made a convincing case
for run-time code gen (RTCG) - it was out as a U of Wash, tech. report. I
cant recall the number, but that might have some references you are
looking for.
Partial evaluation is one way of doing some optimizations at compile time
which might be difficult to do (actually, impossible) at run-time. As
compilers get better and better, this is a technique that will find its
way in. A good reference here is a paper by Weise, Ruf, Seligman and
Conybeare called - "Automatic Online Partial Evaluation" in FPCA 91.
ksh
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.