]> granicus.if.org Git - gc/commit
* allchblk.c (GC_allochblk_nth): Dont overlook available space if
authorhboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Feb 2005 21:33:02 +0000 (21:33 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:26 +0000 (10:54 +0400)
commit4248cc0f2e7da1c667521a6fbb64cc8e8df2bbd5
tree97a3c8500ecc1f96acca7f6b7812340338ca817b
parenta5a7a9a02db46603564a04b5e9e022e311d7d393
* allchblk.c (GC_allochblk_nth): Dont overlook available space if
  GC disabled, correctly convert GC_finalizer_mem_freed to byte,
     total_size to words.
   * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
  MEM_IMAGE regions.
   * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
  and indent appropriately.
   * mark_rts.c (GC_approx_sp): Access stack.
* pthread_stop_world.c: (GC_suspend_handler): Explicitly push
  callee-saves registers when appropriate.
     (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94776 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
allchblk.c
dyn_load.c
mach_dep.c
mark_rts.c
pthread_stop_world.c