Re: [JS-internals] The status and roadmap for RISC-V platform?

2020-07-17 Thread 吴伟
Thanks! Got it. I'd like to have a try ;-) Indeed, the JIT backend is too big to be a personal project. The first milestone for RISC-V porting might be to run a single line helloworld.js on QEMU/RV64GC which simply prints a 'hello world'. On Fri, Jul 17, 2020 at 2:21 PM Jan de Mooij wrote: >

Re: [JS-internals] The status and roadmap for RISC-V platform?

2020-07-17 Thread Jan de Mooij
Hey, It's good to hear from you again! We don't have plans for adding a JIT/Wasm backend for RISC-V at this point. Most of SpiderMonkey (except Wasm support) should work without it, it's just slower without JITs. Making sure a --disable-jit build of Firefox works on RISC-V would be a good first