From: Craig Chambers (chambers@cs.washington.edu)
Date: Sun Dec 08 2002 - 16:40:25 PST
Whirlwind (now) does very little. It's more of a framework which is pretty much
ready now for optimizations to be added to it.
But this system looks pretty decent. They pretty much do things the way I would
have built them. They have an ahead-of-time static compiler/whole-program
optimizer + a run-time compiler + a persistent cache of dynamically generated
code for reuse on future invocations of that Java program. They even mix
whole-program static analysis with support for dynamic class loading &
reflection. Not many details on how, though...
-- Craig
Andrei Alexandrescu wrote:
>
> Jet is a static Java-to-native compiler. It performs a number of interesting
> optimizations, notably allocating data (including variable-length arrays!)
> on the stack when escape analysis tells that's safe.
>
> Do they do all that Whirlwind does?
>
> http://www.excelsior-usa.com/doc/jetwp.html
>
> Andrei
>
> _______________________________________________
> Cecil mailing list
> Cecil@cs.washington.edu
> http://mailman.cs.washington.edu/mailman/listinfo/cecil
_______________________________________________
Cecil mailing list
Cecil@cs.washington.edu
http://mailman.cs.washington.edu/mailman/listinfo/cecil
This archive was generated by hypermail 2.1.5 : Sun Dec 08 2002 - 16:34:42 PST