[Webkit-unassigned] [Bug 172098] New: [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 14 20:06:03 PDT 2017


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

            Bug ID: 172098
           Summary: [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass
           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: utatane.tea at gmail.com

CheckDOM is not DOMJIT specific thing. It performs subclass-of with the given ClassInfo*.
We can expand it to accept arbitrary ClassInfo*.
And ClassInfo* itself should have a way to teach DFG the way to perform faster class info check instead of having checkDOM function in each DOMJIT annotation.

-- 
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/20170515/9442868b/attachment.html>


More information about the webkit-unassigned mailing list