[Bug tree-optimization/54505] RFE: Inline function tables

2012-09-09 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54505 Steven Bosscher changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/54505] RFE: Inline function tables

2012-09-09 Thread avi at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54505 --- Comment #4 from Avi Kivity 2012-09-09 11:12:53 UTC --- (In reply to comment #2) > I don't think this transformation would always be an improvement. gcc should make the transformation when it improves the code (like all other transformations

[Bug tree-optimization/54505] RFE: Inline function tables

2012-09-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54505 --- Comment #3 from Andrew Pinski 2012-09-06 19:25:29 UTC --- I think this optimization is only a benefit when the following happens: 1) all functions will be inlined (not just a wrapper though). 2) the table is small

[Bug tree-optimization/54505] RFE: Inline function tables

2012-09-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54505 Steven Bosscher changed: What|Removed |Added CC|steven at gcc dot gnu.org | --- Comment #2 from Steven Bosscher 2

[Bug tree-optimization/54505] RFE: Inline function tables

2012-09-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54505 Steven Bosscher changed: What|Removed |Added CC||steven at gcc dot gnu.org --- Comment #