]> granicus.if.org Git - gc/commit
Parallel-marker code refactoring (replace GC_markers with GC_markers_m1)
authorIvan Maidanski <ivmai@mail.ru>
Sat, 28 Jan 2012 13:19:25 +0000 (17:19 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 28 Jan 2012 13:19:25 +0000 (17:19 +0400)
commitb13f86dc8707b9ae8279f6a071ecbbb88efb9d6a
treec39eef0835784c724435a5f5a004ed9d5b70e077
parent010a90ec82fab64072b5c46127ad6b439eac8bfb
Parallel-marker code refactoring (replace GC_markers with GC_markers_m1)

* include/private/gc_priv.h (GC_markers): Replace with GC_markers_m1
(which is GC_markers minus one); update the comment.
* mark.c (GC_markers): Likewise.
* mark.c (GC_help_marker): Replace GC_markers with GC_markers_m1.
* pthread_support.c (GC_is_mach_marker, start_mark_threads,
GC_segment_is_thread_stack, GC_fork_child_proc, GC_thr_init): Likewise.
* win32_threads.c (GC_get_next_stack, start_mark_threads,
GC_wait_marker, GC_notify_all_marker, GC_thr_init): Likewise.
include/private/gc_priv.h
mark.c
pthread_support.c
win32_threads.c