DescriptionInclude the loop header block when eliminating stack checks
In simple unconditional loops - like the following - the hydrogen stack check elimination did not detect the call as the loop header block itself was not considered.
function f(o) {
while(true) {
o.a();
}
}
R=fschneider@chromium.org
BUG=none
TEST=none
Committed: http://code.google.com/p/v8/source/detail?r=8329
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed review comments #Messages
Total messages: 3 (0 generated)
|