philpax / skiron

Skiron is a basic 32-bit RISC-inspired CPU architecture.
MIT License
3 stars 1 forks source link

Improve performance #41

Closed philpax closed 8 years ago

philpax commented 8 years ago

It takes several seconds to fill a 640x480 frame - not good!

philpax commented 8 years ago

Moved debugger connection to its own thread; 4x speedup from ~500k ticks/sec to 2M ticks/sec. Better, but still room for improvement.

philpax commented 8 years ago

Recent improvements and fixes have taken performance from ~250k ticks/sec (debug-unittest) to 27M ticks/sec in release. Good enough for now!