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

Continue bit syntax optimizations #7415

Open
bjorng opened this issue Jun 19, 2023 · 0 comments
Open

Continue bit syntax optimizations #7415

bjorng opened this issue Jun 19, 2023 · 0 comments
Assignees
Labels
enhancement team:VM Assigned to OTP team VM

Comments

@bjorng
Copy link
Contributor

bjorng commented Jun 19, 2023

Eliminate the need for entering runtime mode and calling the old bit syntax helpers. Either inline native code or use code fragments with a specialised calling convention. As well as the benefit from the optimizations themselves, that will facilitate keep some X registers in CPU registers for x86_64.

@jhogberg jhogberg added the team:VM Assigned to OTP team VM label Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement team:VM Assigned to OTP team VM
Projects
None yet
Development

No branches or pull requests

2 participants