index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
gc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make scm_gc_warn_proc() write directly to stderr
...
Daniel Llorens
2016-12-14
1
-31
/
+3
*
Fix --without-threads
...
Andy Wingo
2016-12-07
1
-2
/
+2
*
Deprecate dynamic roots
...
Andy Wingo
2016-11-21
1
-1
/
+0
*
Remove SCM_DEBUG_CELL_ACCESSES==1
...
Andy Wingo
2016-11-18
1
-137
/
+5
*
Mutex instead of critical section in gc.c
...
Andy Wingo
2016-11-01
1
-18
/
+9
*
Use atomics for async interrupts
...
Andy Wingo
2016-10-26
1
-5
/
+4
*
Fix --without-threads against threaded BDW-GC
...
Andy Wingo
2016-07-25
1
-1
/
+7
*
Use the right GC version macros.
...
Ludovic Courtès
2014-06-09
1
-1
/
+1
*
Merge branch 'stable-2.0'
...
Mark H Weaver
2014-04-25
1
-2
/
+0
|
\
|
*
Rely on Gnulib for <unistd.h>.
...
Mark H Weaver
2014-02-27
1
-3
/
+1
*
|
Set $GC_MARKERS to 1 when libgc 7.4.0 is used.
...
Ludovic Courtès
2014-04-23
1
-0
/
+8
*
|
Out-of-memory situations raise exceptions instead of aborting
...
Andy Wingo
2014-03-22
1
-0
/
+64
*
|
Remove code to run GC more frequently as process image size increased
...
Andy Wingo
2014-02-02
1
-147
/
+1
*
|
Remove unused function scm_i_tag_name.
...
Tom Tromey
2013-12-12
1
-78
/
+0
*
|
Merge commit 'd364a8971828e38e8f9112b711066f4962bb400e'
...
Andy Wingo
2013-11-28
1
-39
/
+0
|
\
|
|
*
Deprecate gc-live-object-stats
...
Andy Wingo
2013-11-28
1
-38
/
+0
*
|
Avoid needless GC on startup due to scm_gc_register_allocation
...
Andy Wingo
2013-11-28
1
-1
/
+1
*
|
Remove private-gc.h
...
Andy Wingo
2013-11-28
1
-20
/
+1
*
|
scm_i_tag_name internal to gc.c
...
Andy Wingo
2013-11-28
1
-1
/
+2
*
|
Tune initial heap size
...
Andy Wingo
2013-11-28
1
-1
/
+7
*
|
Remove another GC 6.8 hack
...
Andy Wingo
2013-11-28
1
-7
/
+0
*
|
Remove tests and shims for pre-7.2 bdw-gc.
...
Andy Wingo
2013-11-22
1
-12
/
+0
*
|
Remove scm_tc7_vm
...
Andy Wingo
2013-11-21
1
-2
/
+0
*
|
Remove stack programs, objcode, and the old VM.
...
Andy Wingo
2013-11-08
1
-2
/
+0
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-03-28
1
-1
/
+15
|
\
|
|
*
Use accessors instead of symbols deprecated in libgc 7.3.
...
Ludovic Courtès
2013-03-01
1
-1
/
+15
*
|
gc.c: assume gc 7.2 features are present
...
Andy Wingo
2013-01-20
1
-49
/
+1
*
|
Merge remote-tracking branch 'local-2.0/stable-2.0'
...
Andy Wingo
2012-03-11
1
-0
/
+8
|
\
|
|
*
more libgc 7.1 compat
...
Andy Wingo
2012-03-08
1
-0
/
+8
*
|
Merge remote-tracking branch 'local-2.0/stable-2.0'
...
Andy Wingo
2012-03-08
1
-0
/
+2
|
\
|
|
*
run finalizers asynchronously in asyncs
...
Andy Wingo
2012-03-08
1
-1
/
+5
*
|
run finalizers asynchronously (in asyncs and/or pthreads)
...
Andy Wingo
2012-02-24
1
-1
/
+3
*
|
Revert "install pthread_atfork handlers for guile's static mutexen"
...
Andy Wingo
2012-02-23
1
-2
/
+1
*
|
install pthread_atfork handlers for guile's static mutexen
...
Andy Wingo
2012-02-17
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-01-30
1
-0
/
+4
|
\
|
|
*
fix hook invocation during thread guilification
...
Andy Wingo
2012-01-30
1
-0
/
+4
*
|
Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
Andy Wingo
2012-01-10
1
-4
/
+1
|
\
|
|
*
stdlib.h, not malloc.h
...
Andy Wingo
2011-12-22
1
-4
/
+1
|
*
fix scm_protects deprecation warning
...
Andy Wingo
2011-12-19
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-13
1
-0
/
+4
|
\
|
|
*
fix compilation with gc 7.1
...
Chris K. Jester-Young
2011-12-08
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-01
1
-8
/
+212
|
\
|
|
*
fix deadlock in before-gc-hook on certain 7.2alpha gc versions
...
Andy Wingo
2011-12-01
1
-1
/
+10
|
*
attempt to handle steady-state mallocations better
...
Andy Wingo
2011-11-29
1
-0
/
+35
|
*
adjust_gc_frequency before gc, for more precision
...
Andy Wingo
2011-11-29
1
-1
/
+1
|
*
fix uninitialized variable in gc.c
...
Andy Wingo
2011-11-29
1
-1
/
+1
|
*
switch off debugging flag that was mistakenly left on
...
Andy Wingo
2011-11-29
1
-1
/
+1
|
*
increase garbage collection rate if the process is growing
...
Andy Wingo
2011-11-29
1
-2
/
+148
|
*
get heap stats with GC_get_heap_usage_safe, if available.
...
Andy Wingo
2011-11-28
1
-6
/
+20
|
*
deprecate direct scm_protects access
...
Andy Wingo
2011-11-21
1
-1
/
+4
[next]