Contributors:
- Daniel Berlin
- Jan Hubica
- Diego Novillo
- Kenneth Zadeck
Dependencies:
- IPA infrastructure
- CFG transparent inlining project
Delivery Date:
- May 31
Description:
- Tree ssa form has the limitation that not more than one function can be in tree ssa form at a time. This restriction is based on some unfortunate data structure choices. The plan is to change these structures so that ssa form can be built early as in the dependant project but retained until code generation.