[Webkit-unassigned] [Bug 153046] New: The StringFromCharCode DFG intrinsic should support untyped operands.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 16:04:58 PST 2016


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

            Bug ID: 153046
           Summary: The StringFromCharCode DFG intrinsic should support
                    untyped operands.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

The current StringFromCharCode DFG intrinsic assumes that its operand charCode must be an Int32.  This results in 26000+ BadType OSR exits in the LongSpider crypto-aes benchmark.  With support for Untyped operands, the number of OSR exits drops to 202.

-- 
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/20160113/eabf6a0e/attachment.html>


More information about the webkit-unassigned mailing list