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

Remove label op codes from VM #229

Merged
merged 4 commits into from
Dec 30, 2023
Merged

Remove label op codes from VM #229

merged 4 commits into from
Dec 30, 2023

Conversation

stevehalliwell
Copy link
Owner

Started by skipping to the packet after the label to reduce the no op at runtime. Optimiser removes them and adjacent zero jump gotos

close #198

Copy link

Coverage Status

coverage: 90.261% (+0.005%) from 90.256%
when pulling 7cb0329 on skip-over-label-packet
into 01954f8 on main.

@stevehalliwell stevehalliwell merged commit f0720cc into main Dec 30, 2023
4 checks passed
@stevehalliwell stevehalliwell deleted the skip-over-label-packet branch December 30, 2023 03:05
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.

Optimise label usage, remove label bytecode packets
1 participant