Dear Paolo,
oop.h
#define MAX_OOP_TABLE_SIZE (sizeof(struct oop_s) << 18)
oop.c
for (i = MAX_OOP_TABLE_SIZE; i && !oop_heap; i >>= 1)
oop_heap = _gst_heap_create (address, i * sizeof (struct oop_s));
this code attempts to create address space for the OOP table. So should
table size hold the number of OOPs that should be usable in the image or
should it be the size in bytes?
holger
_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk