perf(vu): reduce FMAC flag packing and initialization work - #250
Open
GTTeancum wants to merge 1 commit into
Open
perf(vu): reduce FMAC flag packing and initialization work#250GTTeancum wants to merge 1 commit into
GTTeancum wants to merge 1 commit into
Conversation
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.
Summary
This is based directly on upstream main and does not depend on #245. It includes no game data, generated game code, or private captures.
Validation
Performance Context
A sampled native flag producer contained dozens of scalar bit operations plus a 40-byte stack-zero/copy sequence. The changed assembly removes that temporary.
Seven alternating comparisons in the separate bring-up tree measured:
Those shared-host measurements include the equivalent native-path change, which is not part of this PR. They are not a performance claim for this upstream-only subset or for full-game FPS. The exhaustive public test and full-suite result are independently reproducible without game assets.