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

gh-120161: Clean Up the Managed Static Types State #120663

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Jun 17, 2024

In gh-120182, the approach I took aimed to fix the problem with minimal churn, for the sake of backporting. This change builds on that with what I consider the cleaner approach I would have taken.

The key changes are:

  • move more data into the global runtime state
  • at the interpreter level, consolidate the builtins and extensions state
  • add many more asserts to ensure consistency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant