Welcome, Guest. Please login or register.

Author Topic: 64KiB alignment?  (Read 3080 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: 64KiB alignment?
« on: July 10, 2011, 07:25:33 PM »
OCS/ECS don't care too much about alignment, needs to be 16-bit obviously. AGA introduced 32-bit access, so bitplanes need to be aligned likewise.
I suppose 64-bit is for emulation optimization. 64 KiB sounds very strange...
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: 64KiB alignment?
« Reply #1 on: July 10, 2011, 09:22:36 PM »
Modern x86 CPUs use 64-byte cache lines, so 512-bit alignment may be of advantage for emulation - provided emulation memory gets aligned, too...