commit | 88a95ba893fcda974d492917dd77a9b11693dbf2 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Sep 30 17:18:14 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Sep 30 18:44:46 2015 +0100 |
tree | 9914d3dee4b74e9f3afe39e1d0c714299ce8bf17 | |
parent | 6387821209a03c5d873cf9dc6fd11434918bbdf4 [diff] |
Don't use floating point callee saves in debuggable. The runtime stubs don't save them, so GetVReg and SetVReg won't work on them. Not having callee saves will increase code size and reduce performance of fp-heavy methods. But we need to do it for propper debugging. Change-Id: I40354c29718af49b6b3adf61d724d3bb93680107