Skip to content

[mypyc] Do all vtable setup dynamically at runtime #7629

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

Merged
merged 1 commit into from
Oct 4, 2019

Conversation

msullivan
Copy link
Collaborator

This lets us eliminate the CPy_FixupTraitVtable hack where we fixed up
vtables at runtime in a hokey manner and will allow us to populate
vtables with entries loaded dynamically from other modules once we
have separate compilation.

This lets us eliminate the CPy_FixupTraitVtable hack where we fixed up
vtables at runtime in a hokey manner and will allow us to populate
vtables with entries loaded dynamically from other modules once we
have separate compilation.
@msullivan msullivan merged commit 38f199d into master Oct 4, 2019
@msullivan msullivan deleted the vtable-populate branch October 4, 2019 21:55
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