Bug 19801 - add a feature so we can tell what regular expressions are taking time
Summary: add a feature so we can tell what regular expressions are taking time
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-28 11:29 PDT by Darin Adler
Modified: 2008-06-28 22:25 PDT (History)
0 users

See Also:


Attachments
patch (8.63 KB, patch)
2008-06-28 11:37 PDT, Darin Adler
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2008-06-28 11:29:48 PDT
We want to consider changes to the regular expression engine to make JavaScriptCore faster (and SunSpider, in particular). We need to know what regular expressions are taking time.
Comment 1 Darin Adler 2008-06-28 11:37:47 PDT
Created attachment 21988 [details]
patch
Comment 2 Oliver Hunt 2008-06-28 14:47:30 PDT
Comment on attachment 21988 [details]
patch

r=me
Comment 3 Darin Adler 2008-06-28 22:25:05 PDT
http://trac.webkit.org/changeset/34858