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: Scripted pass manager


Diego Novillo <dnovillo@google.com> writes:

> A scripted pass manager is a step forward, but I think we can go to a
> fully dynamic manager.  The features I've been looking for:
> 
> - Various pass schedules are fixed and associated with the different
> -Ox flags.
> 
> - A specific schedule can be altered using a combination of -f options
> or perhaps an external description file.  This may make bug
> reproduction a bit harder, so we may want to limit how much freedom we
> give users here.

I would like the ability for backends to insert specific passes at
specific points.

For example, we would use that ability to move bt-load.c into
config/sh, instead of building it for every target.

Ian


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