📝 doc
parent
a9f3085166
commit
c452116c0a
4
notes.md
4
notes.md
|
@ -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.
|
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
|
## Iterating over instruction list
|
||||||
|
|
||||||
(upcoming)
|
(upcoming)
|
||||||
|
|
Loading…
Reference in New Issue