StartFlic equivalent match (review carefully)#858
Open
jeff-1amstudios wants to merge 4 commits into
Open
Conversation
AI generated
jeff-1amstudios
enabled auto-merge (squash)
April 9, 2026 06:59
| pFlic_info->f = NULL; | ||
| pFlic_info->data = (char*)pData_ptr; | ||
| // TODO: remove this - we added this line because of the padding hack in PlayNextFlicFrame2 | ||
| pFlic_info->data_start = (char*)pData_ptr; |
Owner
There was a problem hiding this comment.
hmm need to investigate this padding hack...
Collaborator
There was a problem hiding this comment.
Both functions are matching.
None of the fixes in flicplay.c have something to do with padding.
reccmp report |
reccmp report |
reccmp report |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Match result
Effective match analysis
Yes, these diffs appear functionally equivalent. The changed jump displacements are consistent with code-size/layout differences, not logic changes. The removed
jmpafterFatalErroris only behaviorally different ifFatalErrorreturns; in typical semantics it is non-returning, so observable behavior is unchanged. The final block replaces a jump-to-epilogue with an explicit epilogue (pop/leave/ret), which is equivalent.Original match
AI generated. Time taken: 247s