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: [tuples] Save gimplified bodies for each function


> This patch adds support to save the GIMPLE sequence generated by the
> gimplifier for each function.  Since this sequence will be very
> short-lived (it disappears after the CFG is built), it does not make
> sense to store it in CFUN or the FNDECL.  So, the bodies are stored in a
> private pointer map indexed by FNDECL.

Very very nice.  Thanks so much for doing this.

Looking good.

Aldy


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