Uh oh!
There was an error while loading. Please reload this page.
[wasm] Fix long branches in jiterpreter - #106030
Conversation
kg
commented
Aug 6, 2024
This change is correct but doesn't fix it, unfortunately. Will have to dig in further. |
Tagging subscribers to this area: @BrzVlad, @kotlarmilos |
kg
commented
Aug 6, 2024
OK, the root cause was that an enum didn't get updated. But I cleaned up some code related to branches while I was in here, which should make it easier to debug in the future. |
pavelsavara
commented
Aug 7, 2024
Could you please add flag that would make call similar to Thanks |
kg
commented
Aug 7, 2024
Will do a follow up PR for this. |
This reverts commit 9fa8fd5.
#106028