This is the mail archive of the gcc@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: [RFC] WHOPR - A whole program optimizer framework for GCC


> While we do not have everything thought out in detail, we think we have
> enough to start doing some implementation work.  I tried attaching the
> document, but the mailing list rejected it.  I've uploaded it to
> http://airs.com/dnovillo/pub/whopr.pdf
>

Very very interesting proposal indeed!
I have a few questions:

1. Are there also plans to extend the global transformation
capabilities. I see that the original set of global transformations is
limited (rightfully so).
2. Also any thoughts on how you keep the complete GIMPLE
representation of millions of functions together? You would have some
serious complexity issues inside the WPA engine?
Or is it the idea that you start with the minimal information in the
wpo1 file and if required read in the GIMPLE section?
3. Is there a plan/schedule on when 'a' version of this would be out?

Regards,
Praveen


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