TrueGoric / dame

DMG-01, MGB-001, MGB-101 & CGB-001 emulator written in C# 8.0
0 stars 0 forks source link

Implement dynamic recompilation or JIT #1

Open TrueGoric opened 4 years ago

TrueGoric commented 4 years ago

Will be needed earlier than I thought, the interpreted execution is awfully slow (4.3-4.5 MHz on NOPs, optimized assembly) and JIT is reported to be very efficient.

See: