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: RFA: patch for usage of more accurate live information for theglobal and the reload.


> As for data flow equation solver functions from df.c, I found that gcc
> bootstrap will be ~ 1% slower with them (besides a lot of changes to the
> patch). So the modified patch still contains the original data solver.

Please no, not another ad hoc dataflow solver.  We already have
too many of those.

Have you tried df.c from the lno branch as suggested earlier in
the thread?  The lno branch contains a number of speed-ups to df.c.
And even if it would still be slower than your current solver,
IMHO the better approach would be to work on speeding up df.c a
little instead of adding yet more special-purpose dataflow solvers.

Gr.
Steven


 
 


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