Skip to content

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
@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