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: Remove log links usage in sh_reorg


> Hi,
> this patch removes the use of log links in sh.c.  It has the fallback
> sollution searching for the instruction by hand that seems to do the
> work too.  It probably should be reorganized to use df.c as it also has
> some code to get past labels so it really wants global info.

You are changing an algorithm that is mostly linear into one that is
plain quadratic.
Have you done compilation speed regression tests with software that has
large basic blocks?


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