|
|
|
|
|
by heijmans
4622 days ago
|
|
This is very impressive. The code is very readable, even the asm.js based code (which is probably written by hand). You can find the CPU code in js/worker/cpu. On Chrome I get about 30 MIPS while running scummvm. On Firefox I get about 6 MIPS on the standard core and about 40 MIPS on the asm.js core. I must say that I am impressed by Chrome performance on the standard core. However, sometime Chrome drops to about 6 MIPS for no discernible reason. For people like me, who didn't know what OpenRISC is:
http://en.wikipedia.org/wiki/OpenRISC |
|