[Webkit-unassigned] [Bug 144856] Creating a new blank document in icloud pages causes an AI error: Abstract value (CellBytecodedoubleBoolOther, TOP, TOP) for double node has type outside SpecFullDouble.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 13 16:30:04 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144856

--- Comment #3 from Filip Pizlo <fpizlo at apple.com> ---
Reduced case:


function foo() {
    "use strict";
    return arguments[0] + 1.5;
}

noInline(foo);

for (var i = 0; i < 10000; ++i) {
    var result = foo(4.2);
    if (result != 5.7)
        throw "Error: bad result: " + result;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150513/f0af1e85/attachment-0001.html>


More information about the webkit-unassigned mailing list