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

Add fused get_loc0_loc1 opcode #55

Merged
merged 2 commits into from
Nov 12, 2023

Conversation

bnoordhuis
Copy link
Contributor

get_loc0 and get_loc1 are individually very frequent opcodes and they are very often paired together, making them ideal candidates for opcode fusion.

Reduces microbench.js running time by about 4%.

get_loc0 and get_loc1 are individually very frequent opcodes _and_ they
are very often paired together, making them ideal candidates for opcode
fusion.

Reduces microbench.js running time by about 4%.
@bnoordhuis bnoordhuis merged commit f404980 into quickjs-ng:master Nov 12, 2023
13 checks passed
@bnoordhuis bnoordhuis deleted the get_loc0_loc1 branch November 12, 2023 23:54
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