Closed GoogleCodeExporter closed 8 years ago
This issue might apply to 32-bit desktop as well.
Original comment by dwhall...@gmail.com
on 19 Mar 2011 at 11:26
- Created PM_PLAT_POINTER_SIZE to increase alignment to 8 for 64-bit platforms.
- Reordered the fields in the Seglist_t struct to reduce internal
fragmentation. Made corresponding change in pmHeapDump.py
- Set the co_codeaddr field to C_NULL in codeobj_new() to prevent following a
stale pointer.
- Round size up to nearest 8 bytes in heap for 64-bit platforms.
- Added a temporary root in IMPORT_NAME bytecode to prevent allowing the module
from being collected prematurely.
Original comment by dwhall...@gmail.com
on 8 Apr 2011 at 2:19
This issue was closed by revision fe4b2cdccbf7.
Original comment by dwhall...@gmail.com
on 8 Apr 2011 at 2:21
This issue was updated by revision 46b7a9e87643.
Original comment by dwhall...@gmail.com
on 8 Apr 2011 at 3:24
Original issue reported on code.google.com by
dwhall...@gmail.com
on 19 Mar 2011 at 2:05