Skip to content
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

Goal is to figure out why nbodies in lua is 20x faster than Rune #647

Closed
wants to merge 1 commit into from

Conversation

udoprog
Copy link
Collaborator

@udoprog udoprog commented Oct 11, 2023

There is an awful lot of duplicated instructions to perform stack shuffling, so the idea is that changing memory addressing mode will address that. This way we ensure that each variable is assigned exactly one slot and that operations can operate over all of them and not just the top of the stack.

@udoprog udoprog added the enhancement New feature or request label Oct 11, 2023
@udoprog udoprog closed this Mar 7, 2024
@udoprog udoprog deleted the benches-and-fixes branch March 7, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant