Hacker News new | ask | show | jobs
by NovemberWhiskey 945 days ago
For what it's worth ... https://github.com/Keith-S-Thompson/dhrystone/blob/master/v2...

On the Dhrystone 1.0 micro-benchmark, a C64 is ~36/s, whereas the PC/XT models tested (basically same as the original PC) are more like 300+/s.

1 comments

A C benchmark on the 6502 seems suspect to me given that the 6502's architecture tends to make writing stack-based language compilers for it more complicated than other platforms. Some of the difference may be just because the object code generated for the 6502 isn't efficient.

That said, any 16-bit optimizations the 8088's compiler could take advantage of, well, that's fair game.