jor1k: OR1000 Javascript Emulator Running Linux
s-macke.github.io
jor1k: OR1000 Javascript Emulator Running Linux
1–10 of 71 posts
Re: jor1k: OR1000 Javascript Emulator Running Linux
#2Re: jor1k: OR1000 Javascript Emulator Running Linux
#31) I am waiting for a version using networking. I know there are security issues but there are also workarounds.
2) My notebook is hot, so I checked and the Chrome CPU console is at 25% even if I am not doing anything in the console.
Re: jor1k: OR1000 Javascript Emulator Running Linux
#4Re: jor1k: OR1000 Javascript Emulator Running Linux
#5Re: jor1k: OR1000 Javascript Emulator Running Linux
#6Reminds me a lot of this http://bellard.org/jslinux/
Re: jor1k: OR1000 Javascript Emulator Running Linux
#7I am using firefox 23.0, the program appears stuck at the decompressing step while showing 0 MIPS. Also restart with asm.js button doesn't appear to work.
Edit - one oddity: on Chrome the console does not register the spacebar.
Re: jor1k: OR1000 Javascript Emulator Running Linux
#8Re: jor1k: OR1000 Javascript Emulator Running Linux
#9is the "Restart with asm.js core" button working?
Re: jor1k: OR1000 Javascript Emulator Running Linux
#10'In the beginning google Chrome was the fastest. After more and more optimizations were implemented Firefox was little bit faster then Google Chrome. When IE10 became compatible with my code it was the fastest. After implementing the worker thread Firefox 22 got superior being 3 times faster then the other browsers. For some reason this advantage got lost with Firefox 23. Instead of this Google Chrome managed with version 29 to get this position with 30-50 MIPS. At this moment changing one line of code in the Step() function could reduce or increase the speed by a factor of 3. The reason for these speed oscillations is the tremendous complexity of todays JIT compilers and the black box behavior of them which makes it almost impossible to code really fast code.'