gcc/boehm-gc ChangeLog mark_rts.c alloc.c dyn_ ...
hboehm@gcc.gnu.org
hboehm@gcc.gnu.org
Tue Mar 4 06:38:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: hboehm@gcc.gnu.org 2003-03-04 06:38:30
Modified files:
boehm-gc : ChangeLog mark_rts.c alloc.c dyn_load.c misc.c
boehm-gc/include/private: gc_priv.h gcconfig.h
Log message:
2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
* mark_rts.c (GC_cond_register_dynamic_libraries): add.
(GC_push_roots): explicitly mark free list headers, register
dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
* alloc.c (GC_stopped_mark): Conditionally call
GC_cond_register_dynamic_libraries().
(GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
* dyn_load.c (GC_register_main_static_data): define.
(GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
no longer skip main data. Register main data for static executable.
* misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
(GC_init_inner): Make main data registration conditional.
* include/private/gc_priv.h (GC_register_main_static_data): declare.
* include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
for LINUX.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.140.2.4&r2=1.140.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/mark_rts.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.9&r2=1.9.34.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/alloc.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.9&r2=1.9.34.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/dyn_load.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.17&r2=1.17.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/misc.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.24&r2=1.24.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/include/private/gc_priv.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.9&r2=1.9.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/include/private/gcconfig.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.26.4.1&r2=1.26.4.2
More information about the Gcc-cvs
mailing list