Alessandro Pignotti
Alessandro Pignotti
The reality is that toolchains cannot express all the required optimizations though. Consider the following code sequence: ``` get.local X i32.load i32.const Y i32.eq ``` Ideally an engine could compile...
After some additional thinking on the matter, we realized that loads which can be proven to be fully contained into the "initial" size for the memory of a Wasm module...
We provide binary builds for OSX for each release, and we provide nightly builds for Ubuntu Linux users. If you or other members of the community are interested in proving...
We use consistent names to simplify optimization of code for the JS engines, so changing them could not be a good idea. It's possible that the since we have a...
Thanks for reporting this, we will add support for this in the next release. In general you should be able to extend Cheerp to currently non stock supported API by...
You should be able to derive a new class from the original one and access the new method by pointer casting.
You are absolutely right. We need to fix those.
In full honesty V8's implementation is also incomplete, we will document our findings in a followup post. None of the two other major engines (Spidermonkey/Firefox and JavaScriptCore/Safari) has done any...
> Can you please file bugs at http://crbug.com/v8/new? I plan to isolate test cases as part of the aforementioned blog post. I will then be able to open reproducible bugs...
@binji @backes Understood. Do you guys have a defined timeline for moving this feature from "experimental" to "staging"? It is my understanding that "staging" features are exposed in chrome://flags/ and...