[webkit-reviews] review denied: [Bug 34019] Custom-written JavaScript parser : [Attachment 48022] Next draft

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 16:17:09 PST 2010


Oliver Hunt <oliver at apple.com> has denied Zoltan Herczeg
<zherczeg at webkit.org>'s request for review:
Bug 34019: Custom-written JavaScript parser
https://bugs.webkit.org/show_bug.cgi?id=34019

Attachment 48022: Next draft
https://bugs.webkit.org/attachment.cgi?id=48022&action=review

------- Additional Comments from Oliver Hunt <oliver at apple.com>
Okay, I'm going to say that the separate syntax checker should go -- there's
too much risk of different behaviour between the syntax generator and real
parser.  If we want pure syntax checking to be faster we just need a call to
the parser that says that it shouldn't build an ast at any level


More information about the webkit-reviews mailing list