]> gcc.gnu.org Git - gcc.git/commit
ggc-page.c (G.context_depth_allocations): New.
authorRichard Henderson <rth@redhat.com>
Thu, 30 Jan 2003 18:14:06 +0000 (10:14 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 30 Jan 2003 18:14:06 +0000 (10:14 -0800)
commit52895e1a46c720b4869414b60051d9b77793064a
treeffe622bf1cea9eb96a1c15e2ecd46e025053bd39
parentc35c7e526f1da3895f6a1eb33b8c68585fd6c27c
ggc-page.c (G.context_depth_allocations): New.

        * ggc-page.c (G.context_depth_allocations): New.
        (G.context_depth_collections): New.
        (alloc_page): Set G.context_depth_allocations.
        (ggc_collect): Set G.context_depth_collections.
        (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
        (ggc_pop_context): Early exit for no allocations or collections.

From-SVN: r62152
gcc/ChangeLog
gcc/ggc-page.c
This page took 0.07083 seconds and 5 git commands to generate.