This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/37448] [4.3 Regression] gcc 4.3.1 cannot compile big function
- From: "hubicka at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2008 10:02:55 -0000
- Subject: [Bug middle-end/37448] [4.3 Regression] gcc 4.3.1 cannot compile big function
- References: <bug-37448-16683@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from hubicka at gcc dot gnu dot org 2008-09-10 10:02 -------
Now we spend eons in walking lexical blocks, since add_lexical_block called by
inliner walks till end of the chain.
Is the order of blocks important at all? (i.e. we don't insert them to proper
place anyway, just as last block, we can perhaps as well insert them as first?)
Honza
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448