candy icon indicating copy to clipboard operation
candy copied to clipboard

Optimize VM Byte Code

Open MarcelGarus opened this issue 2 years ago • 0 comments

Ideas:

### Tasks
- [ ] More efficient argument preparation in function call (so we don't have to push references if the evaluation order doesn't change conceptually)
- [ ] Avoid pushes for arguments by referring to them as offsets

MarcelGarus avatar Feb 03 '23 20:02 MarcelGarus