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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 12:26:40 PST 2010


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





--- Comment #14 from Patrick Mueller <pmuellr at yahoo.com>  2010-01-11 12:26:39 PST ---
I wasn't able to figure out how to use any of the standard Mac perf tools to
micro-bench the new parser to see how it compared, so I just did a test with
"time" instead.  Took the big many-jquerys.js file I used per the comment
above, and passed it as an argument 5 times to jsc and prefixed the whole thing
with "time".  The "real" time was on the order of 1.5 seconds, and there didn't
seem to be any signficant different between multiple runs of both - both
generated numbers +/- 2% different on back-to-back runs.

At this point, I'm confident to the best of my abilities there aren't any
significant time/space differences with the new grammar.

-- 
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