-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[wasm] Fix long branches in jiterpreter #106030
Conversation
This change is correct but doesn't fix it, unfortunately. Will have to dig in further. |
Tagging subscribers to this area: @BrzVlad, @kotlarmilos |
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. |
Could you please add flag that would make call similar to Thanks |
Will do a follow up PR for this. |
This reverts commit 9fa8fd5.
#106028