commit | 21fd103c847f7968e8df731d7bf4fa5733bd0f3f | [log] [tgz] |
---|---|---|
author | David Sehr <sehr@chromium.org> | Fri Nov 13 16:32:37 2015 -0800 |
committer | David Sehr <sehr@chromium.org> | Fri Nov 13 16:32:37 2015 -0800 |
tree | 7496d8e3137b6cfe2d0e050acab85e04d03147a9 | |
parent | 3607b6c924922d261cbc75b68e07a1e2a5aec5dc [diff] |
Eliminate stack adjustment for float-returning functions This involves changing AdjustStack to grow/shrink the stack, and to use that operation exclusively to move the StackAdjustment variable in lowering, rather than in call emission as before. BUG= R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1449523002 .