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: [lto]: mainline merge @149863


> This merge brings in unit-at-a-time gimplification, so it needed some
> tweaking.  Mostly, it helped to find out some GENERIC that was leaking
> into the streamer.  A pleasant side-effect of the unit-at-a-time
> gimplification is that not every function is gimplified, so there is
> less gunk to pickle out (thanks richi!).

The cgraph code in early optimization should remove all the
unreachable functions, so what you pickle when function get gimplified
but removed afterwards?

Honza


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