* alloc.c (mark_buffer): Simplify. Remove prototype.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 2 Jul 2012 06:23:15 +0000 (10:23 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 2 Jul 2012 06:23:15 +0000 (10:23 +0400)
commitcf5c017598d130e76e96c47045372ba4a9ad6404
tree2b332b43249d16d5f11c52fd646932d044a8034c
parent6651c01506b4c903a8e473544ee4f7af9c555bca
* alloc.c (mark_buffer): Simplify.  Remove prototype.
(mark_object): Add comment.  Reorganize marking of vector-like
objects.  Use CHECK_LIVE for all vector-like ojects except buffers
and subroutines when GC_CHECK_MARKED_OBJECTS is defined.  Avoid
redundant calls to mark_vectorlike for bool vectors.
src/ChangeLog
src/alloc.c