2009-12-08 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Tue, 8 Dec 2009 10:31:50 +0000 (10:31 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:52 +0000 (21:06 +0400)
commit197742f24da7b83431132559f8e306d5da5df8f0
treebe7f00595a6c6e838382aca96b58f4c88e9211a3
parent02b76359f5f6429151a9d1c15ccf4302eb927e80
2009-12-08  Ivan Maidanski <ivmai@mail.ru>

* darwin_stop_world.c (GC_push_all_stacks): Fix a bug (call
GC_push_all_stack() instead of GC_push_all_stack_frames()).
* include/private/gc_priv.h (GC_push_all_stack_frames,
GC_push_all_register_frames): Rename to
GC_push_all_stack_sections and GC_push_all_register_sections,
respectively.
* mark_rts.c (GC_push_all_stack_frames,
GC_push_all_register_frames, GC_push_all_stack_part_eager_frames,
GC_push_current_stack): Ditto.
* pthread_stop_world.c (GC_push_all_stacks): Ditto.
* win32_threads.c (GC_push_stack_for): Ditto.
* misc.c (GC_call_with_gc_active): Rename "frame" local variable
to "stacksect".
* pthread_support.c (GC_call_with_gc_active): Ditto.
* win32_threads.c (GC_call_with_gc_active): Ditto.
* pthread_support.c (GC_call_with_gc_active): Update FIXME for
Darwin.
* win32_threads.c (GC_Thread_Rep): Update the comment for
traced_stack_sect.
ChangeLog
darwin_stop_world.c
include/private/gc_priv.h
mark_rts.c
misc.c
pthread_stop_world.c
pthread_support.c
win32_threads.c