index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
gc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-14
Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
Ludovic Courtès
1
-1
/
+1
2009-08-28
Remove deprecated variables/macros from the GC headers.
Ludovic Courtès
1
-9
/
+0
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+1
2009-08-25
Remove the `scm_tc_free_cell' SMOB type.
Ludovic Courtès
1
-8
/
+3
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-6
/
+7
2009-07-19
rename unif.[ch] to arrays.[ch]
Andy Wingo
1
-2
/
+2
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-03-22
Remove references to `scm_in_heap_p ()'.
Ludovic Courtès
1
-8
/
+1
2008-10-23
Expose `GC_dump ()' at the Scheme level.
Ludovic Courtès
1
-0
/
+12
2008-09-19
Use GC's accessors rather than its global variables.
Ludovic Courtès
1
-1
/
+1
2008-09-18
Use the `GC_FREE_SPACE_DIVISOR' environment variable.
Ludovic Courtès
1
-0
/
+1
2008-09-18
Remove per-thread `gc_running_p'.
Ludovic Courtès
1
-2
/
+0
2008-09-15
Conditionalize GC 6.x code.
Ludovic Courtès
1
-1
/
+2
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+1
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+1
2008-09-11
Revise GC asserts.
Han-Wen Nienhuys
1
-6
/
+14
2008-09-10
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-9
/
+8
2008-09-10
Fixed warnings due to unused stuff.
Ludovic Courtes
1
-15
/
+2
2008-09-10
Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...
Ludovic Courtès
1
-2
/
+2
2008-09-10
Reverted inappropriate merge in `gc.c'.
Ludovic Court`es
1
-56
/
+16
2008-09-10
Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei...
Ludovic Courtès
1
-16
/
+56
2008-09-10
Use thread-local allocation (significant perf. improvement!); added the `boeh...
Ludovic Courtes
1
-1
/
+10
2008-09-10
Removed `scm_gc_registered_roots' and `scm_permobjs'.
Ludovic Courtes
1
-45
/
+3
2008-09-10
Expand heap size at startup time.
Ludovic Courtes
1
-0
/
+1
2008-09-10
Turn "all interior pointers" off (slight performance gain).
Ludovic Courtes
1
-0
/
+9
2008-09-10
Implemented `gc-stats' using `libgc' information.
Ludovic Courtes
1
-71
/
+49
2008-09-09
Cleanup mark-during-GC debug checks.
Han-Wen Nienhuys
1
-2
/
+3
2008-09-05
Fixed use of finalizers for guardians and SMOBs (undoes patches 23-24).
Ludovic Courtes
1
-92
/
+0
2008-09-05
Fixed `scm_gc_register_finalizer ()' to avoid bootstrap problem.
Ludovic Courtes
1
-3
/
+7
2008-09-05
Generalized BGC's finalizer mechanism. Use it in `guardians.c'.
Ludovic Courtes
1
-0
/
+88
2008-09-05
Added support for SMOB custom mark procedures.
Ludovic Courtes
1
-19
/
+0
2008-09-05
Fixed GC initialization and static roots.
Ludovic Courtes
1
-1
/
+7
2008-09-05
Fixed garbage collection of ports: basics work (no SMOBs, no guardians, no WHT).
Ludovic Courtes
1
-6
/
+0
2008-09-05
First ``working'' Guile! Crashes in `flush-all-ports' (relates to SCM_I_PORT...
Ludovic Courtes
1
-7
/
+9
2008-09-05
Merge from lcourtes@laas.fr--2005-mobile
Ludovic Courtes
1
-240
/
+115
2008-09-03
Don't sanity check GC numbers on 64 bit platforms, while we
Han-Wen Nienhuys
1
-2
/
+2
2008-08-26
Only sanity check numbers if SCM_DEBUG_CELL_ACCESSES is unset.
Han-Wen Nienhuys
1
-1
/
+3
2008-08-21
Style nitpicks: space before () in function call.
Han-Wen Nienhuys
1
-8
/
+8
2008-08-20
Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'
Ludovic Courtès
1
-2
/
+0
2008-08-16
Make marked conservatively statistic accumulative.
Han-Wen Nienhuys
1
-7
/
+11
2008-08-16
If realloc() fails in scm_realloc, then do a complete GC with complete
Han-Wen Nienhuys
1
-1
/
+1
2008-08-16
Add a statistic for tracking how many cells are marked conservatively.
Han-Wen Nienhuys
1
-1
/
+6
2008-08-16
Garbage collection cleanup.
Han-Wen Nienhuys
1
-154
/
+107
2008-08-14
Include min-yields in gc-stats output.
Han-Wen Nienhuys
1
-3
/
+11
2008-08-14
Whitespace and formatting fixes.
Han-Wen Nienhuys
1
-1
/
+0
2008-02-22
Fix build issue in `gc.c' on GNU/Linux IA64.
Ludovic Courtès
1
-2
/
+2
2007-12-29
* gc.c (mark_gc_async): Change "func_data" to "fn_data", to avoid
Neil Jerram
1
-1
/
+1
2007-08-26
replace port table with weak hash table. This simplifies
Han-Wen Nienhuys
1
-9
/
+0
2007-01-03
(s_scm_gc_stats): return an entry for total-cells-allocated
Han-Wen Nienhuys
1
-2
/
+14
2006-11-08
Changes from arch/CVS synchronization
Ludovic Courtès
1
-35
/
+72
[next]