[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Garbage Collector
I have some good news. Preliminary tests with the
new allocator appear successful on three hosts I
have access to: Sun OS 4.1.3, HPUX 9.0, and Linux x86.
I still have to do some tests on the BeOS.
Mind you, these tests only do the following checks:
1) Determine the base stack address and determine whether
it grows up or down.
2) Determine a module's static base address and the size
of this region.
3) Allocate a chunk of memory and confirm the addresses
and sizes are correct.
Does anyone know how I would determine the maximum
stack address or the stack region size?
Michael G.