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

Match registers after the instructions #1317

Merged
merged 2 commits into from
Jan 6, 2024
Merged

Match registers after the instructions #1317

merged 2 commits into from
Jan 6, 2024

Conversation

am11
Copy link
Contributor

@am11 am11 commented Dec 20, 2023

Noticed that the shortest instructions match is eagerly picked by registers lookup. See fstp:
image

Ideally, we should use stream.state to select the method of token search (1:1) and make this impl. order-free, but for now I'm keeping the changes to minimal.

@ashmind
Copy link
Owner

ashmind commented Jan 6, 2024

Thanks for submitting this!

@ashmind ashmind merged commit b521cbe into ashmind:main Jan 6, 2024
9 checks passed
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