Monday
Aug092010
Sea of Nodes Compilation Approach
Monday, August 9, 2010 Cliff Click's thesis entitled Combining Analysis, Combining Optimizations, represents a program not as a control flow graph, but as a data flow analysis graph. I've been reading it, and have written a summary. If you're interested, download it here. This compilation method is used in the Java Hotspot Server Compiler.
Thanks to Christian Wimmer for proofreading and feedback.

Reader Comments