dmichel 管理人

登録日: 200363月 15日 投稿記事: 231 所在地: France
|
時間: 木 5月 20, 2010 10:34 pm 題名: [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 |
|