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

Eager Instruction Creation #82

Closed
wants to merge 2 commits into from
Closed

Conversation

willtebbutt
Copy link
Member

@willtebbutt willtebbutt commented Feb 18, 2024

At present, the instructions are constructed when-needed. This is helpful for avoiding things which are a little awkward to construct, but has a run-time hit associated to checking whether each instruction is / is-not assigned each time it is encountered.

This PR will attempt to modify this. It necessarily taxes the robustness of our system further, because it requires that any instruction we encounter can be constructed. The basic tests pass locally for the interpreted function as-is, so I'm opening this PR to see whether the integration tests also pass. Presumably they won't.

@willtebbutt willtebbutt marked this pull request as draft February 18, 2024 20:58
@willtebbutt
Copy link
Member Author

Completely redundant -- closing.

@willtebbutt willtebbutt deleted the wct/eager-instructions-2 branch March 21, 2024 17:30
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