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

Rewrite code for stack frame manipulation #28

Open
Maratyszcza opened this issue Oct 11, 2015 · 0 comments
Open

Rewrite code for stack frame manipulation #28

Maratyszcza opened this issue Oct 11, 2015 · 0 comments
Assignees

Comments

@Maratyszcza
Copy link
Owner

Problems with the current code:

  • Functionality is very complex and scattered all over the place
  • There are likely bugs and/or inefficiencies
  • Unclear how it works with Golang asm
  • Need something like -fomit-frame-pointer
  • Does not use read zone
  • Inefficient addressing of storage for clobbered xmm registers when stack is realigned (store/load instructions use rsp-based addressing instead of rbp)
  • Argument addressing does not switch to rbp when stack is realigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant