-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fileioc: improve garbage collect handling #270
Merged
Merged
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
991b7f1
Add gc handler and etc.
beckadamtheinventor 364c0e3
Add pre-gc handler and remove default gfx handlers
beckadamtheinventor ab3edfc
Update fileioc.h documentation
beckadamtheinventor f4a51e8
Modify pre-gc handler return type so archival may be canceled.
beckadamtheinventor 173bdd4
Update documentation for ti_SetPreGCHandler
beckadamtheinventor 9fc9415
Resolve 2/3 of comments
beckadamtheinventor 35d1ad4
Fix spacing and split hairs.
beckadamtheinventor a93c194
update ti_SetPreGCHandler
beckadamtheinventor 2d10c1d
ti_SetGCBehavior instead of setting pre/post seperately
beckadamtheinventor 781aab5
Optimize util_Arc_Unarc
beckadamtheinventor ffde1fc
Optimize util_Arc_Unarc again
beckadamtheinventor dc76a7a
minor optimization and spacing fixes
mateoconlechuga 20861c9
why did this change during the pull lol
beckadamtheinventor a611832
Revert my 'fix' lol
beckadamtheinventor cd701cd
Match code to documentation
beckadamtheinventor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can someone else just double check that this pop order is correct? it seems that it sets up the pointers backwards but maybe I'm just tired.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that apparently changed during my last pull lol. Fixed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, no. Just realised that was an intentional optimization
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm aware. I don't think it was ever correct; which is why I am asking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see here https://github.com/beckadamtheinventor/toolchain/blob/a6118329b37020a9790a18bffaf8058e630b3f42/src/fileioc/fileioc.asm#L1424
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dude. I am asking you to look at if you are popping the arguments in the correct order. I know how to write code.