On Thu, Nov 14, 2019 at 6:58 PM Александр Гурьянов <
caii...@gmail.com> wrote:
>
> > i.e. is asm.js really faster than wasm2js on that platforms where you *need* to run JS?
> If browser didn't support asm.js then plain js have same performance
> level. But for sure, if browser support asm.js, then asm.js have much
> much better performance.
> Regarding to you question, I understand your point, but as js-dos
> maintainer I should provide must optimized version for each
> environment (e.g. wasm, asm.js).
>
> Form real use case, I only used asm.js for fallbacking ios safari,
> because sometimes it can't start wasm version with "out of execution
> memory" error (not js-dos case).
>
And do you see a noticeable difference in performance between plain JS
and asm.js on iOS safari? i.e. do iOS safari continue to support and
optimize "use asm"?
Hopefully that "out of execution memory" issue can and will be
addressed in safari. Do you know why you might be seeing this? Do
you have a lot of code? Are you instantiating a lot of module?
> memory
> Anyway, my feedback is that wasm+asynicify version is most performant
> and stable version, that should be used most time.
> I don't know why but it even more faster then wasm no async version.
That seems amazing/strange. How are you measuring performance? I
wouldn't be surprised if you saw increased responsiveness.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/emscripten-discuss/CAKOm%3DVFqA871W4ppbscDb%3DT4fHDzjSc9UsYYwXRcWokcc%3D9-hw%40mail.gmail.com.