An interesting Java static compiler

From: Andrei Alexandrescu (andrei@cs.washington.edu)
Date: Sun Dec 08 2002 - 15:50:44 PST

  • Next message: Craig Chambers: "Re: An interesting Java static compiler"

    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



    This archive was generated by hypermail 2.1.5 : Sun Dec 08 2002 - 15:52:17 PST