Unbricked Link impl doesn't use the tail call optimisation
Open
- Dominant language
- Assembly
- Stars
- 179
- Forks
- 64
- Avg merge
- 7d 22h
- Merged PRs (30d)
- 1
Description
The Link code has a few functions that end with a `call asdf` immediately followed by a `ret`. This uses can be replaced with a single `jp asdf` which uses less cycles and is less lines of code.
Contributor guide
Assessment
This issue has not been assessed yet.