[Webkit-unassigned] [Bug 176473] New: pdfjs performance regresses if OSR exit uses arrayModeFromStructure() for observing ArrayModes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 6 11:59:08 PDT 2017


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

            Bug ID: 176473
           Summary: pdfjs performance regresses if OSR exit uses
                    arrayModeFromStructure() for observing ArrayModes.
           Product: WebKit
           Version: WebKit Nightly 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

While working on https://bugs.webkit.org/show_bug.cgi?id=175144, we saw a 18-20% regression in pdfjs.  This regression due to my changing the new OSR exit code to use arrayModeFromStructure() to compute the observed ArrayMode.  Logging shows that the observed cell is a TypeUint8 array.  Hence, arrayModeFromStructure() should have returned a more accurate ArrayMode profile, which should be better for performance.  Instead, it resulted in a performance regression.

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


More information about the webkit-unassigned mailing list