📝 doc: failed optimization

main
_ 2023-10-04 03:05:21 -05:00
parent 465ee55183
commit 6db6dc3725
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,12 @@ remove a layer of indirection, too.
It's a big change, but I'd need _something_ like this for adding a GC anyway, and sometimes big changes have paid off.
## Cache constants
Result: Regressed from 3200 to 3600. Not sure why.
Plan: OP_GETFIELD hits the constants a lot. I thought caching it and not dereferencing the chunk and block constantly might help.
## Iterating over instruction list
(upcoming)