Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-106213: Shorten Emscripten wasm-gc trampoline by a little#133984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-106213: Shorten Emscripten wasm-gc trampoline by a little#133984
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I found out about the `if` instruction which lets us have slightlyshorter code here.
5680660
tode6ffa6
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
3b7888b
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@hoodmane for the PR, and@freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…ythonGH-133984)Using the if instruction results in slightly shorter trampoline code.(cherry picked from commit3b7888b)Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
GH-134376 is a backport of this pull request to the3.14 branch. |
Uh oh!
There was an error while loading.Please reload this page.
I found out about the
if
instruction which lets us have slightly shorter code here.