commit | 05a48b1f8e62564abb7c2fe674e3234d5861647f | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Mon Mar 31 16:11:41 2014 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Mon Mar 31 16:28:09 2014 -0700 |
tree | 6ffa24272e2d9efdf1dca8b30774925041e43c8a | |
parent | cfd5acf281b0c509f86b13d73c6a8dfa3ea9922c [diff] |
Fix stack overflow slow path error. The frame size without spill was being passed into the slow path instead of the spill size. This was incorrect since only the spills will have been pushed at the point of the overflow check. Also addressed an other comment. Change-Id: Ic6e455122473a8f796b291d71f945bcf72788662