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

Remove the no-omit-frame-pointer option #417

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

paulfd
Copy link
Member

@paulfd paulfd commented Sep 10, 2020

It's inconsequent in x64, but armv7 has less registers to spare. With sfizz-render we can rely on callgrind to track expensive stuff so the frame pointer is less needed overall.

It's inconsequent in x86 more or less, but ARM has less registers to spare.
@jpcima jpcima merged commit e342af2 into sfztools:develop Sep 10, 2020
@paulfd paulfd deleted the frame-pointer branch January 21, 2022 10:26
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