Skip to content

PPU Analyzer: Fix per-instruction code submission#16639

Merged
elad335 merged 2 commits intoRPCS3:masterfrom
elad335:code
Jan 31, 2025
Merged

PPU Analyzer: Fix per-instruction code submission#16639
elad335 merged 2 commits intoRPCS3:masterfrom
elad335:code

Conversation

@elad335
Copy link
Copy Markdown
Contributor

@elad335 elad335 commented Jan 30, 2025

fmap was growing as the loop proceeded, resulting in squared number of iterations for affected games. Previously fmap was copied on loop beginning to avoid this issue, but instead I choose to iterate by key values instead of true iterators to avoid the RAM overload of copying it.

Fixes #16624

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RE Darkside Chronicles (NPEB00816) Stuck on "Analyzing PPU Executables"

1 participant