[Webkit-unassigned] [Bug 34019] Custom-written JavaScript parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 29 10:05:34 PST 2010


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





--- Comment #32 from Guillaume Chereau <charlie137 at gmail.com>  2010-01-29 10:05:31 PST ---
My previous test was in debug mode, that is why the difference was not as big
between the old an new parser.

Here are the results (in ms) using the full data set, in debug and release mode
for the old and new parser :

| mode    | old | new |
|---------+-----+-----|
| debug   | 836 | 689 |
| release | 204 |  75 |

Strangely, with this dataset the difference is not that big in debug mode, but
huge in release mode (compiled with -O3).

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