Skip to content

Perf+Feat: Removed unnecessary declarations in type propagator and type annotated more bytecode #25

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

Conversation

JuliaPoo
Copy link
Collaborator

@JuliaPoo JuliaPoo commented Mar 3, 2023

  1. The DSL has been modified to allow type annotations of output stack variables with input stack variables
    • If the output stack variable is unmoved there is no need to type annotate it
    • Type annotating the input stack variables isn't allowed because it doesn't make sense since type propagator isn't gonna check the types of the input stack variables

JuliaPoo added 3 commits March 3, 2023 01:53
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
@Fidget-Spinner
Copy link
Owner

Thanks!

@Fidget-Spinner Fidget-Spinner merged commit deec638 into Fidget-Spinner:tier2_interpreter_no_separate_eval_no_tracer_contiguous_bbs Mar 3, 2023
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.

2 participants