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

Tier 2 interpreter experiment (diff only for viewing, DO NOT MERGE) #38

Draft
wants to merge 300 commits into
base: main
Choose a base branch
from

Conversation

Fidget-Spinner
Copy link
Owner

No description provided.

JuliaPoo and others added 30 commits February 27, 2023 21:48
In preparation for type propagating within the tier2 branch handling code
Co-authored-by: Ken Jin <kenjin@python.org>
Co-authored-by: Ken Jin <kenjin@python.org>
Co-authored-by: Ken Jin <kenjin@python.org>
DSL now allows declaring the type of an output stack effect
with the type of an input stack effect.
Updated DSL to not require type annotations for unmoved stack variables
Perf+Feat: Removed unnecessary declarations in type propagator and type annotated more bytecode
JuliaPoo and others added 14 commits March 31, 2023 21:47
* Added EXTENDED_ARG to type prop

* Revert "Added EXTENDED_ARG to type prop"

This reverts commit 7249cb7.

* Fix: Buggy type propagation across SWP

* Fix: Forgot to tag pointers in TYPE_SET

* Fix: BB_TEST_ITER wrong type propagation

* Fix: Bug in typeprop handling UNPACK_*, and bug in COPY_NO_INCREF

* Fix: Misc macro fix

* Fix: Ref leak in unboxing checks

---------

Co-authored-by: Ken Jin <kenjin@python.org>
* Tests: Modified dis.py and added primitive tests

* Docs: Typos and more documentation

* Test: Fixed minor issue
@Fidget-Spinner Fidget-Spinner marked this pull request as draft April 14, 2023 09:25
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.