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 PR/13430 (compile time hog in bb-reorder.c)


> > This patch causes that blocks which have many successors (> 8) are
> > never copied.
> 
> And when do you plan to undo the unification of the indirect jump?
> If never, then this is not acceptable.

It would be possible to disable copying of blocks with many successors
only in the first run of bb-reorder, and enable it in the second run.

Josef


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