This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/27809] inefficient gimplification of globals
- From: "dberlin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2006 14:26:01 -0000
- Subject: [Bug tree-optimization/27809] inefficient gimplification of globals
- References: <bug-27809-1008@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from dberlin at gcc dot gnu dot org 2006-06-13 14:26 -------
gimplification is almost certainly the wrong place to be doing the kind of
dataflow we'd need to determine where we could insert load/save pairs of
globals.
Really.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27809