octane
octane copied to clipboard
The JavaScript Benchmark Suite for the modern web
``` What steps will reproduce the problem? 1. Obtain V8 port to PowerPC https://github.com/andrewlow/v8ppc 2. Compile V8 on PowerPC running big endian 3. Run octane benchmark using V8 on a...
``` I think a JSIL benchmark would be a good candidate for inclusion since it tends to stress various parts of a browser, GC & JS runtime in realistic ways....
``` 1964js is a Nintendo 64 emulator that converts MIPS code to Javascript and then uses it to emulate games. While the emulator does use WebGL for displaying graphics, it...