2009-09-17 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Thu, 17 Sep 2009 06:43:26 +0000 (06:43 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:47 +0000 (21:06 +0400)
commit5295d021b4d6a02d167c891f2922fb02eb281296
treec4675810c1d2c0c2415f1d46445e700670a836b5
parenta907f73c0dab266a1e072668c59b2a856f8259e7
2009-09-17  Ivan Maidanski <ivmai@mail.ru>
(ivmai139.diff)

* allchblk.c (GC_allochblk_nth): Use GC_PRIdPTR in WARN() format
string.
* pthread_support.c (start_mark_threads, GC_thr_init): Ditto.
* win32_threads.c (GC_delete_thread): Ditto.
* include/private/gc_priv.h (GC_PRIdPTR): New macro.
* pthread_stop_world.c (GC_suspend_handler_inner): Remove
unnecessary cast for WARN argument.
* pthread_support.c (start_mark_threads): if pthread_create()
failed then don't try to create other marker threads and (after
printing a warning) adjust GC_markers and GC_parallel values; log
GC_markers value (possibly adjusted) after that.
ChangeLog
allchblk.c
include/private/gc_priv.h
pthread_stop_world.c
pthread_support.c
win32_threads.c