I don't think it would be easy to cherry-pick that, as there are other
changes in asm2wasm all the time. It's possible, though. But I'd recommend
focusing on investigating the inlining performance loss on your project,
that should be figured out and fixed as using an older version will become
less good over time. Also it is possible that if it's an LLVM upstream
issue, that it'll be fixed next time we update LLVM (which might be soon).

On Wed, Jul 19, 2017 at 10:49 AM, Gaurav Dewan <[email protected]>
wrote:

> I see f64 to int callback to js is fixed in latest emscripten.
> But unfortunately we are using emscripten 1.37.3 and unable to upgrade
> because of huge performance loss due to inlining strategy even after llvm
> lto.
> Any way we can port that fix to older version by cherry picking?
>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to