This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: reorder_block space requirements (was Re: test patch for computed gotos)


On Fri, Mar 07, 2003 at 04:14:48PM +0100, Michael Matz wrote:
> Ugh.  second scheduling and final hit the swap fairly serious.  And those
> are after the last reorder_basic_blocks() call if I look correctly.  I
> guess they are hit by the now expanded CFG, and am not sure if much can be
> done, except throttling scheduling in/over those ugly blocks.

We don't do interblock scheduling here, so this really shouldn't 
make any difference at all.  And the CFG isn't even valid for
final, so it isn't looking at it.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]