Re: [webkit-dev] Standalone B3 JIT compiler for WebAssembly ?

2016-12-20 Thread Filip Pizlo
> On Dec 20, 2016, at 05:29, Stéphane Letz wrote: > > Hi, > > This is a LLVM standalone JIT compiler for WebAssembly here : > https://github.com/WebAssembly/wasm-jit-prototype > > How complex would it be to follow the same approach with the B3 JIT compiler? Probably not very hard. You could

[webkit-dev] Standalone B3 JIT compiler for WebAssembly ?

2016-12-20 Thread Stéphane Letz
Hi, This is a LLVM standalone JIT compiler for WebAssembly here : https://github.com/WebAssembly/wasm-jit-prototype How complex would it be to follow the same approach with the B3 JIT compiler? Is it something that is possibly going to happen at some point in the future ? Thanks. Stéphane Let

[webkit-dev] ANN: ES6 Modules are enabled by default

2016-12-20 Thread Yusuke SUZUKI
As of r210016[1], we enabled ES6 modules by default. We exposed it behind the runtime flag 5 weeks ago and it was shipped in STP19. After that, we fixed several minor issues. Now our implementaion passes all the module related tests in Test262. And the major issues are fixed. I hope it would becom