Age | Commit message (Collapse) | Author | Files | Lines |
|
From-SVN: r30070
|
|
From-SVN: r29961
|
|
From-SVN: r29946
|
|
* ggc.h (ggc_push_context): Fix comment.
(ggc_pop_context): Likewise.
(mark_string_if_gcable): Likewise.
* ggc-common.c (ggc_mark_rtx_children): Use
ggc_mark_string_if_gcable.
* ggc-page.c (ggc_lookup_page_table): New function.
(ggc_allocated_p): Likewise.
(mark_obj): Fix formatting.
(ggc_mark_string_if_gcable): New function.
* ggc-simple.c (ggc_allocated_strings): New variable.
(ggc_strings_used): Likewise.
(ggc_compare_addresses): New function.
(ggc_pop_context): Pop the `any' memory too.
(ggc_mark_string_if_gcable): New function.
(ggc_collect): Initialize and tear down ggc_allocated_strings.
From-SVN: r29897
|
|
From-SVN: r29833
|
|
From-SVN: r29825
|
|
rtunion.
* ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
not an array of rtunion.
* gcc-page.c (ggc_alloc_rtvec): Similarly.
* gcc-simple (ggc_free_rtvec): Similarly.
From-SVN: r29793
|
|
* ggc-page.c: Don't include <unistd.h> etc taken care of
by "system.h". Include <sys/mman.h> afterward.
From-SVN: r29713
|
|
* ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
(init_ggc): Use it instead of a constant.
(ggc_collect): Bound allocated_last_gc by it.
From-SVN: r29685
|
|
* ggc-page.c: New file.
* Makefile.in (ggc-page.o): New.
Co-Authored-By: Richard Henderson <rth@cygnus.com>
From-SVN: r29632
|