------- Comment #17 from hubicka at gcc dot gnu dot org 2010-01-10 23:42 ------- Well, since we want to make more similar changes in foreseeable future, I would prefer to see ipa-sra enabled in 4.5 and problems fixed. It is excercising quite new type of transformations. In general I am not sure plan of doing all datastructure/function call conventions changes via clonning is coolest idea. These transforms tends to be quite busy so we would need to do a lot of copying.
Usual top-down inliner should not look into future of topological order anyway. While current implementation of incremental inlining can theoretically bring in nonoptimized bodies too, I am not sure it is good idea. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42336