Skip to content

Memory layout optimizations #988

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

Merged
merged 2 commits into from
Apr 28, 2021

Conversation

Sonicadvance1
Copy link
Member

Relies on #987 to be merged first

Linked list against invalid node and memory layout optimizations.
This improves the lower bound speed of optimizations passes by generating more optimal code for ARM hosts.

It doesn't actually matter if the invalid node has has its linked list nodes changed
Faster to just set than to check while in a tight loop
Some of these memory layouts weren't optimal for ARM loading.
This is now significantly improved
@Sonicadvance1 Sonicadvance1 force-pushed the memory_layout_optimizations branch from de2fafa to 6255eba Compare April 27, 2021 06:48
@skmp skmp merged commit 528b01a into FEX-Emu:main Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants