1.0.20.20: fix gencgc on 32 bit platforms with 2gb< heap
authorGabor Melis <mega@hotpop.com>
Mon, 22 Sep 2008 14:02:42 +0000 (14:02 +0000)
committerGabor Melis <mega@hotpop.com>
Mon, 22 Sep 2008 14:02:42 +0000 (14:02 +0000)
commitb3f99a6af5bfdaa3090ec244bd3348e279ebbbaf
tree3dbf56f4771f6fd4763361bcf307f211778e1b0a
parent47041c560a8e9e955ec8b403e575e7ecf3e23422
1.0.20.20: fix gencgc on 32 bit platforms with 2gb< heap

- pepper unsigned long around
- mixed signed/unsigned is ok as long as there are only + and -
  bitwise logical operations on them, care must be taken for /, <, <=.
src/runtime/gencgc-alloc-region.h
src/runtime/gencgc-internal.h
src/runtime/gencgc.c