Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-28 | backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split ↵ | Hans Boehm | 1 | -12/+31 | |
GC_traverse_back_graph. * backgraph.c, gc_priv.h (GC_traverse_back_graph, GC_print_back_graph_stats): split GC_traverse_back_graph. * backgraph.c: Dynamically grow in_progress_space. * finalize.c (GC_notify_or_invoke_finalizers): also call GC_print_back_graph_stats. * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc, GC_print_back_height): Move delarations to header file. * configure.ac: rename --enable-full-debug to --enable-gc-debug. * configure: Regenerate. From-SVN: r86685 | |||||
2004-08-23 | aix_irix_threads.c: Move _THREADS checks after gc_priv.h include. | Hans Boehm | 1 | -0/+2 | |
* aix_irix_threads.c: Move _THREADS checks after gc_priv.h include. * backgraph.c, include/private/gc_pmark.h: Always include gc.h. From-SVN: r86442 | |||||
2003-07-28 | This commit was generated by cvs2svn to compensate for changes in r69874, | Jeff Sturm | 1 | -0/+1 | |
which included commits to RCS files with non-trunk default branches. From-SVN: r69875 | |||||
2002-01-31 | Initial revision | Bryce McKinlay | 1 | -0/+447 | |
From-SVN: r49359 |