First page Back Continue Last page Overview Graphics
How Does GCC Tree SSA Differ from GCC Mainline?
New internal representation Tree Static Single Assignment (SSA)
Better match between advance optimizations and Tree SSA
Should be easier to ``port''” optimizations to Tree SSA
GCC Mainline does optimizations in low-level Register Transfer Language
Notes: