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

[WIP] Optimize jumps that keep zero elements on the stack #492

Closed
wants to merge 1 commit into from

Conversation

Robbepop
Copy link
Member

@Robbepop Robbepop commented Oct 2, 2022

This is a result of an observation that we could speed-up execution of branch and return instructions that keep no values upon jump.

So far benchmarks indicate that this change does not improve performance but instead introduces performance regressions across the board ...
@Robbepop
Copy link
Member Author

Robbepop commented Oct 2, 2022

Closed in favor of #493.

@Robbepop Robbepop closed this Oct 2, 2022
@Robbepop Robbepop deleted the rf-optimize-branch-dropkeep branch March 11, 2024 09:40
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.

1 participant