This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] Save gimplified bodies for each function
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Diego Novillo <dnovillo at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 13 Jul 2007 15:07:10 -0400
- Subject: Re: [tuples] Save gimplified bodies for each function
- References: <4697699F.4040404@google.com>
> 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