[Icfp04-discuss] Ant optimizers?

Michael Levin milevin at saul.cis.upenn.edu
Thu Jun 10 16:11:23 EDT 2004


A state optimizer is also important for compiling and's and or's
of conditional expressions efficiently. 

My ant compiler used a simple compilation technique
"destination-driven code generation" that outputs optimized code
on the first pass; so there is no need for subsequent
optimization stages:

http://www.cs.indiana.edu/~dyb/papers/ddcg.pdf
http://www.cs.indiana.edu/eip/compile/back.html

Michael


More information about the Icfp04-discuss mailing list