main
_ 2023-10-04 21:04:42 -05:00
parent a9f3085166
commit c452116c0a
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@ Result: No change, 3200 to 3200. Maybe Rust was already optimizing this into an
Plan: Maybe if the hot inner opcodes, OP_GETFIELD, OP_MUL, and OP_SETFIELD get their own match statement at the top of the function, the step function can exit sooner.
## Cache constants
Result: Regressed again from 2900 to 3700. It's not meant to be.
## Iterating over instruction list
(upcoming)