Welcome, Guest. Please login or register.

Author Topic: 68k optimizations  (Read 1473 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2280
  • Country: us
  • Gender: Male
    • Show all replies
Re: 68k optimizations
« on: November 11, 2005, 04:28:08 PM »
The main reason a NOP can make an executable faster is that it can allow a loop to be aligned to a row of cache memory in the code cache.  This allows the entire cache to be filled with code from the loop and speed things up substantially.  The code cache on an '040 is 4k and '060 is even bigger.