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

Reduce stack frame size for double stack slots on ia32/x64 #9681

Closed
DartBot opened this issue Apr 4, 2013 · 5 comments
Closed

Reduce stack frame size for double stack slots on ia32/x64 #9681

DartBot opened this issue Apr 4, 2013 · 5 comments
Assignees
Labels

Comments

@DartBot
Copy link

DartBot commented Apr 4, 2013

This issue was originally filed by johnmccu...@chromium.org


All variables using a FPU register use 16 bytes of stack space, even if the variable only needs 8 bytes (all doubles). This may become an issue in the future. Filing this bug to serve as a reminder.

@johnmccutchan
Copy link
Contributor

Set owner to @johnmccutchan.
Added Accepted label.

@johnmccutchan
Copy link
Contributor

cc @sgmitrovic.
cc @mraleph.

@anders-sandholm
Copy link
Contributor

Added Area-VM label.

@iposva-google
Copy link
Contributor

Removed Priority-Medium label.
Added Priority-Unassigned label.

@iposva-google
Copy link
Contributor

Stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants