This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lto] Add dump_block_tree/debug_block_tree
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: Diego Novillo <dnovillo at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 27 May 2009 07:19:02 +0200
- Subject: Re: [lto] Add dump_block_tree/debug_block_tree
- References: <20090526200829.GA24660@google.com>
> Added while debugging BLOCK node streaming in the branch. This
> shows the tree of lexical bindings starting at a given block. I
> will commit on mainline after testing is finished.
Note that there is also dump_scope_blocks for dumping BLOCKs.
Honza