Contributors:
- Razya Ladelsky
- Revital Eres
Delivery Date:
- 2005-04-30
Dependencies:
Description:
- New IPA optimization: Interprocedural Constant Propagation (IPCP) is the first IPA data flow
- optimization in GCC.
- New cgraph functionality: cgraph function versioning creates a new version of a cgraph node (including
- a duplicated tree node and cfg), which can be useful for many other interprocedural optimizations besides IPCP.
- Risks: the high dependency on other projects from the tree-profiling branch that need to be first committed (see dependencies).
Update:
Sumbitted a second time to gcc-patches: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01439.html.