On Fri, Feb 1, 2008 at 3:55 PM, Andrew MacLeod <amacleod@redhat.com>
wrote:
1 - Pass cleanup. There have been rumblings about this, but I
haven't
seen a lot of actual progress. We currently run 100's of passes all
the
time, and we don't really know how effective or necessary many of
them
are. We also don't know whether the cleanups they run are truly doing
much. It would be nice to do some actual analysis and do something
with
the results.
Yes, this is an area that is in desperate need of TLC. Your plan
looks good to me. We need to have a mechanism to determine whether a
pass did something, we need to be able to have different pipelines for
different architectures.
Do you have anything specific in mind? Create a branch? Work
directly on mainline?
Perhaps the first stage would be to define the logging so we can start
doing some analysis.