dmichel Admin

Joined: 04 Apr 2002 Posts: 1166 Location: France
|
Posted: Thu May 20, 2010 10:29 pm Post subject: [2010-05-20] cpu optimization |
|
|
The new CPU core is harder to optimize than I thought, I optimized the code as much as I could but this gave me only a 20% speed increase.
The problem is that the new core emulate the instructions cycle by cycle, same for the new VDC core, it renders the screen pixel by pixel, this is great for compatibility but that's slow.
May be a better approach would have been an hybrid core that emulate the instructions one by one but at the same time maintains a cycle by cycle timing. I'm tempted to try that. I will run a few quick tests and see if it's possible. _________________ David Michel |
|