[Webkit-unassigned] [Bug 188517] New: [WHLSL] Reimplement the parser with a parser generator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 08:50:45 PDT 2018


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

            Bug ID: 188517
           Summary: [WHLSL] Reimplement the parser with a parser generator
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tdenney at apple.com

The current hand-written recursive-descent parser is relatively slow and is the main bottleneck of the `prepare` function. The parser should be rewritten using a tool that produces more efficient code, such as https://github.com/antlr/antlr4.

-- 
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/20180813/19793a3d/attachment.html>


More information about the webkit-unassigned mailing list