Unbricked Link impl doesn't use the tail call optimisation
Aperta
- Lingua principale
- Assembly
- Stelle
- 179
- Fork
- 64
- Merge medio
- 7g 22h
- PR unite (30g)
- 1
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.