141eb08c3d
Changes relative to 6.8 include, in no particular order: - Change C code to require at least C89. Clean up code in various other respects. - Win64 port. - Always count how much live data there is in the heap. Add more robust heap expansion heuristic which relies on this. - Remove old-style Solaris threads support and some other obsolete platform support. - Restructure mark code, hopefully resulting in some performance improvements. - Change the GC code to traffic mostly in either bytes or allocation granules, not words, internally. - Provide for fast inline allocation that requires less frequent client recompilations. (Needs more testing.) - Removed SILENT configuration macro and PRINTSTATS and GATHERSTATS macros. Control is now via GC_PRINT_STATS and GC_PRINT_VERBOSE_STATS encironment variables. - Thread local allocation is now performed without needing to call special allocation functions. The configuration macro THREAD_LOCAL_ALLOC continues to determine whether this is supported. - Thread local allocation is supported on more platforms. - Win32 threads code was rewritten and is hopefully more sane. - Allocation routines now decide whether to lock dynamically, based on whether a second thread has been created. - Mostly untested support for a compiler write barrier. - Use libatomic_ops for atomic operations. - Limited support for malloc redirection with Linux threads (& NPTL ). - Various bug fixes and some new platform support.
63 lines
1.6 KiB
Text
63 lines
1.6 KiB
Text
@comment $NetBSD: PLIST,v 1.9 2007/07/07 15:21:07 wiz Exp $
|
|
include/gc/gc.h
|
|
include/gc/gc_allocator.h
|
|
include/gc/gc_amiga_redirects.h
|
|
include/gc/gc_backptr.h
|
|
include/gc/gc_config_macros.h
|
|
include/gc/gc_cpp.h
|
|
include/gc/gc_gcj.h
|
|
include/gc/gc_inline.h
|
|
include/gc/gc_mark.h
|
|
include/gc/gc_pthread_redirects.h
|
|
include/gc/gc_tiny_fl.h
|
|
include/gc/gc_typed.h
|
|
include/gc/leak_detector.h
|
|
include/gc/new_gc_alloc.h
|
|
include/gc/private/gc_hdrs.h
|
|
include/gc/private/gc_locks.h
|
|
include/gc/private/gc_priv.h
|
|
include/gc/private/gcconfig.h
|
|
include/gc/weakpointer.h
|
|
lib/libcord.la
|
|
lib/libgc.la
|
|
lib/libgccpp.la
|
|
lib/pkgconfig/bdw-gc.pc
|
|
man/man3/gc.3
|
|
share/doc/gc/README
|
|
share/doc/gc/README.DGUX386
|
|
share/doc/gc/README.Mac
|
|
share/doc/gc/README.MacOSX
|
|
share/doc/gc/README.OS2
|
|
share/doc/gc/README.amiga
|
|
share/doc/gc/README.arm.cross
|
|
share/doc/gc/README.autoconf
|
|
share/doc/gc/README.changes
|
|
share/doc/gc/README.contributors
|
|
share/doc/gc/README.cords
|
|
share/doc/gc/README.darwin
|
|
share/doc/gc/README.dj
|
|
share/doc/gc/README.environment
|
|
share/doc/gc/README.ews4800
|
|
share/doc/gc/README.hp
|
|
share/doc/gc/README.linux
|
|
share/doc/gc/README.macros
|
|
share/doc/gc/README.rs6000
|
|
share/doc/gc/README.sgi
|
|
share/doc/gc/README.solaris2
|
|
share/doc/gc/README.uts
|
|
share/doc/gc/README.win32
|
|
share/doc/gc/README.win64
|
|
share/doc/gc/barrett_diagram
|
|
share/doc/gc/debugging.html
|
|
share/doc/gc/gc.man
|
|
share/doc/gc/gcdescr.html
|
|
share/doc/gc/gcinterface.html
|
|
share/doc/gc/leak.html
|
|
share/doc/gc/overview.html
|
|
share/doc/gc/porting.html
|
|
share/doc/gc/scale.html
|
|
share/doc/gc/simple_example.html
|
|
share/doc/gc/tree.html
|
|
@dirrm share/doc/gc
|
|
@dirrm include/gc/private
|
|
@dirrm include/gc
|