Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement micro optimisations for unary operators | Ben Bridle | 2024-09-07 |
| | | | | | A 1% speed increase was observed when testing a tight decrementing loop with these optimisations. | ||
* | Improve efficiency of some instructions | Ben Bridle | 2024-09-03 |
| | | | | | | | | When a value is to be read and kept on the stack, instead of popping and immediately pushing it we now use a more efficient `get` stack method. The pop_u16 stack method has also been changed to a variation that assembles to fewer CPU instructions. | ||
* | First commitv1.0.0 | Ben Bridle | 2023-12-24 |