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: [PATCH] Fix compile time explosion in the scheduler


> The idea of the patch is ok.  But I found one pitfal in schedule_block.
>  You are trying to truncate empty ready list because you do this before
> initial forming ready list (before calling init_ready_list_hook).  If
> you put if after the hook call, you can commit the patch in the mainline.

Sorry about that, I've ported it too quickly from our 3.4-based tree.  This 
botched version already helps considerably the mainline compiler on the 
proprietaty testcase I mentioned.

I'll fix the problem and retest the patch.  Thanks for the quick review.

-- 
Eric Botcazou


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