Changes between Initial Version and Version 1 of Ticket #364

Show
Ignore:
Timestamp:
02/20/09 18:11:35 (13 years ago)
Author:
rurban
Comment:

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 reading bytecode is 16/ptrsize and not 16. 
     1A 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. 
    22 
    33Any 64bit big-endian cpu with strict alignment is broken without '''-xmemalign=2i -xmemalign=2f -xmemalign=2s''' (the immediate workaround)