Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm JIT: better handling of const is const & less unboxing calls #1404

Merged
merged 3 commits into from
Nov 25, 2016

Conversation

undingen
Copy link
Contributor

before the llvm JIT returned in some cases const is const False where the other tiers returned True.

Previously if we called `embedRelocatablePtr` twice on the same pointer value we would get two different GVs.
But llvm assumes that the addresses of two different syms can't be the equal.
This caused some of the `is` checks to fail.
@undingen undingen merged commit 55d7559 into pyston:master Nov 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant