Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1643:763f577d57b0
[xemacs-hg @ 2003-08-25 20:53:58 by crestani]
2003-08-25 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* alloc.c (kkcc_gc_stack_init):
(kkcc_gc_stack_free):
(kkcc_gc_stack_realloc):
(kkcc_gc_stack_full):
(kkcc_gc_stack_empty):
(kkcc_gc_stack_push):
(kkcc_gc_stack_pop): Remove kkcc_gc_stack_count.
(mark_object_maybe_checking_free): Push on stack instead of marking.
(garbage_collect_1): Invoke kkcc_marking after finish_marking_*.
author | crestani |
---|---|
date | Mon, 25 Aug 2003 20:53:59 +0000 |
parents | 1ecc2785dce3 |
children | 080d479edd32 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Aug 24 21:52:37 2003 +0000 +++ b/src/ChangeLog Mon Aug 25 20:53:59 2003 +0000 @@ -1,3 +1,15 @@ +2003-08-25 Marcus Crestani <crestani@informatik.uni-tuebingen.de> + + * alloc.c (kkcc_gc_stack_init): + (kkcc_gc_stack_free): + (kkcc_gc_stack_realloc): + (kkcc_gc_stack_full): + (kkcc_gc_stack_empty): + (kkcc_gc_stack_push): + (kkcc_gc_stack_pop): Remove kkcc_gc_stack_count. + (mark_object_maybe_checking_free): Push on stack instead of marking. + (garbage_collect_1): Invoke kkcc_marking after finish_marking_*. + 2003-08-21 Jerry James <james@xemacs.org> * lrecord.h (DECLARE_MODULE_API_LRECORD): Also define when not