Changes between Initial Version and Version 1 of Ticket #364
- Timestamp:
- 02/20/09 18:11:35 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #364
- Property status changed from new to assigned
- Property owner set to rurban
-
Ticket #364 – description
initial v1 1 A strict 64bit cpu with a ptr_alignment 8 will break when reading frozen pmc's because our alignment when writing our readingbytecode is 16/ptrsize and not 16.1 A strict 64bit cpu with a ptr_alignment=8 will break when reading pbc's or just frozen pmc's because our alignment when writing our bytecode is 16/ptrsize and not 16. 2 2 3 3 Any 64bit big-endian cpu with strict alignment is broken without '''-xmemalign=2i -xmemalign=2f -xmemalign=2s''' (the immediate workaround)