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 even start with our wasm implementation and 
just remove JS stuff. 

> Is it something that is possibly going to happen at some point in the future ?

This doesn't seem like something that we would do. 

> 
> Thanks.
> 
> Stéphane Letz
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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 Letz

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev