2010-10-15 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Fri, 15 Oct 2010 20:14:15 +0000 (20:14 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:55 +0000 (21:06 +0400)
commitcd96e6d94fec7b53c5af5b2e85814a946448d7e3
tree94e5afdb1b5f23f478b4da717532f90110a23501
parent1969530abcec2ce56ff80a35422f37fa187710d0
2010-10-15  Ivan Maidanski <ivmai@mail.ru>

* darwin_stop_world.c (GC_query_task_threads): Don't define to
false for DARWIN_DONT_PARSE_STACK case; unconditionally initialize
the variable to false (for now).
* darwin_stop_world.c (GC_push_all_stacks): Call task_threads()
only if not DARWIN_DONT_PARSE_STACK.
* darwin_stop_world.c (GC_stop_world, GC_start_world): Use the
approach based on task_threads() only if GC_query_task_threads
else use GC_threads table.
ChangeLog
darwin_stop_world.c