Chip Salzenberg wrote:
On Mon, Jun 13, 2005 at 07:29:53PM +0200, Leopold Toetsch wrote:The PMC allocation area is a big bunch of memory, where PMC-sized pieces are carved out by the memory allocation system. There is no union or compiler bug involved.But "PMC-sized" is defined in terms of the C sizeof operator, right?
Yes. And the size can be 20 or better it is with --optimize on an 32-bit system, which places every second PMC->num_val on an "odd" boundary.
leo