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.
> 
> Thanks for fixing this bug!  If approved, this allows us to close two
> critical bugs.
> 
> But may I ask, how did you come to this number of 8?

It is just a magic number, any other relativelly small number would be good.

Josef


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