Unbricked Link impl doesn't use the tail call optimisation
Offen
- Vorherrschende Sprache
- Assembly
- Sterne
- 179
- Forks
- 64
- Ø Merge
- 7 T. 22 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.