various GC bugfixes

This commit is contained in:
Joel Dice
2007-06-22 14:55:11 -06:00
parent 09f6a34510
commit 3a6da507ec
3 changed files with 174 additions and 117 deletions

View File

@ -25,7 +25,7 @@ typedef void* object;
const unsigned BytesPerWord = sizeof(uintptr_t);
const unsigned BitsPerWord = BytesPerWord * 8;
const unsigned LikelyPageSize = 4 * 1024;
const unsigned LikelyPageSizeInBytes = 4 * 1024;
inline unsigned
max(unsigned a, unsigned b)