[Webkit-unassigned] [Bug 32722] Allow Reserved Words in Property Accessors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 13:21:27 PST 2010


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





--- Comment #27 from Patrick Mueller <pmuellr at yahoo.com>  2010-01-21 13:21:24 PST ---
(In reply to comment #26)
> I don’t think an increase in parse time is acceptable. Can we find a way to
> avoid that?

Unrelated to this bug, I opened the following while googling for optimizing
yacc grammars: Bug 33860.  I was hoping that perhaps we could pay for this
parser cost with savings from that bug.

It's not clear to me that we can always get away with not increasing the parse
time for grammar changes.  Not a happy story, but maybe just the way it is.

I should also note that I am in no way an expert on yacc-style parser building.
 I've exhausted the exploration paths that I was aware of though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list