Optimize 'string-hash'.
[bpt/guile.git] / libguile / gc.c
2014-02-28 Mark H WeaverRely on Gnulib for <unistd.h>.
2013-11-28 Andy WingoDeprecate gc-live-object-stats
2013-03-01 Ludovic CourtèsUse accessors instead of symbols deprecated in libgc...
2012-03-08 Andy Wingomore libgc 7.1 compat
2012-03-08 Andy Wingorun finalizers asynchronously in asyncs
2012-01-30 Andy Wingofix hook invocation during thread guilification
2011-12-22 Andy Wingostdlib.h, not malloc.h
2011-12-19 Andy Wingofix scm_protects deprecation warning
2011-12-08 Chris K. Jester... fix compilation with gc 7.1
2011-12-01 Andy Wingofix deadlock in before-gc-hook on certain 7.2alpha...
2011-11-29 Andy Wingoattempt to handle steady-state mallocations better
2011-11-29 Andy Wingoadjust_gc_frequency before gc, for more precision
2011-11-29 Andy Wingofix uninitialized variable in gc.c
2011-11-29 Andy Wingoswitch off debugging flag that was mistakenly left on
2011-11-29 Andy Wingoincrease garbage collection rate if the process is...
2011-11-28 Andy Wingoget heap stats with GC_get_heap_usage_safe, if available.
2011-11-21 Andy Wingodeprecate direct scm_protects access
2011-07-28 Andy Wingofix scm_i_tag_name
2011-05-26 Andy Wingoremove scm_newcell_count, scm_newcell2_count
2011-05-04 Andy Wingomeasure time spent in gc
2011-04-15 Andy Wingofix pre-GC_set_start_callback compilation
2011-04-15 Andy Wingopre-GC_set_start_callback compatibility
2011-04-15 Andy Wingouse gc_start_callback + asyncs for after-gc-hook, inste...
2011-03-17 Andy Wingoadd heap-allocated-since-gc to gc-stats
2011-02-24 Andy Wingore-enable the after-gc-hook
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-05-28 Ludovic CourtèsRemove dead code related to `scm_i_terminating'.
2010-05-28 Ludovic CourtèsFix the visibility of a few of internal symbols.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-02-13 Ludovic CourtèsReinstate `scm_protects', for backward compatibility.
2010-01-07 Andy Wingoremove scm_tc7_gsubr
2010-01-07 Andy Wingotc7 tags for vm-related data
2010-01-04 Andy Wingoadd foreign value wrapper
2009-12-15 Ludovic CourtèsRemove unneeded #include <assert.h>.
2009-12-15 Ludovic CourtèsRemove uses of the non-standard `__FUNCTION__'.
2009-12-11 Andy Wingomerge from master to elisp
2009-12-07 Andy Wingoprocedures-with-setters implemented in terms of structs
2009-12-05 Andy Wingodecruftify scm_sys_protects
2009-12-05 Andy Wingomore boot cleanup
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-12-05 Andy Wingofluids are tc7 objects
2009-12-05 Andy Wingohash tables have a tc7
2009-12-04 Andy Wingoeval.c closures are now applicable smobs, not tc3s
2009-12-04 Andy Wingoremove cxrs
2009-12-03 Andy Wingoall subrs are gsubrs
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-30 Ken RaeburnClean up some uses of old GC macros that don't exist...
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-09-13 Ludovic CourtèsRename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsRemove deprecated variables/macros from the GC headers.
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Ludovic CourtèsRemove the `scm_tc_free_cell' SMOB type.
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsRemove references to `scm_in_heap_p ()'.
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-23 Ludovic CourtèsExpose `GC_dump ()' at the Scheme level.
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-19 Ludovic CourtèsUse GC's accessors rather than its global variables.
2008-09-18 Ludovic CourtèsUse the `GC_FREE_SPACE_DIVISOR' environment variable.
2008-09-17 Ludovic CourtèsRemove per-thread `gc_running_p'.
2008-09-15 Ludovic CourtèsConditionalize GC 6.x code.
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-11 Han-Wen NienhuysRevise GC asserts.
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtesFixed warnings due to unused stuff.
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic Court`esReverted inappropriate merge in `gc.c'.
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesUse thread-local allocation (significant perf. improvem...
2008-09-10 Ludovic CourtesRemoved `scm_gc_registered_roots' and `scm_permobjs'.
2008-09-10 Ludovic CourtesExpand heap size at startup time.
2008-09-10 Ludovic CourtesTurn "all interior pointers" off (slight performance...
2008-09-10 Ludovic CourtesImplemented `gc-stats' using `libgc' information.
2008-09-10 Han-Wen NienhuysCleanup mark-during-GC debug checks.
2008-09-09 Ludovic CourtèsMerge branch 'master' into strftime-gnulib
2008-09-05 Ludovic CourtesFixed use of finalizers for guardians and SMOBs (undoes...
2008-09-05 Ludovic CourtesFixed `scm_gc_register_finalizer ()' to avoid bootstrap...
2008-09-05 Ludovic CourtesGeneralized BGC's finalizer mechanism. Use it in ...
2008-09-05 Ludovic CourtesAdded support for SMOB custom mark procedures.
2008-09-04 Ludovic CourtesFixed GC initialization and static roots.
next