forked from Stephane-D/SGDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize LZ4W decompressor (Stephane-D#393)
- Clarified that D0 returns the unpacked size (might not be immediately obvious to some) - Removed tst.b d1,d1 instruction (collapsed in the required add.w d1,d1 instruction) - Fixed unpacked size report for lz4w_unpack_a, at the cost of 4 bytes in stack - Relocated .next and .done to be branched via .s rather then .w - Accounted for all branches to .next leaving d1 clear
- Loading branch information
1 parent
2dd23eb
commit 847c9cc
Showing
3 changed files
with
35 additions
and
33 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters