Closed Bug 736976 Opened 12 years ago Closed 12 years ago

Improve regexp parsing

Categories

(Core :: JavaScript Engine, defect)

14 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 643646

People

(Reporter: jean.claveau, Unassigned)

Details

(Keywords: perf)

User Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120318 Firefox/14.0a1
Build ID: 20120318031036

Steps to reproduce:

I ran V8 benchmark v7 and found a ~93% best perfs on regexps parsing for Chromium.

http://v8.googlecode.com/svn/data/benchmarks/v7/run.html

Then I asked myself why and it looks like Chromium team made a great optimisation job concerning it : http://blog.chromium.org/2009/02/irregexp-google-chromes-new-regexp.html

They stopped using PCRE implementetion and made their own one. 



Expected results:

Mozilla's team may get interest in this experience and make the web faster and better :).
Keywords: perf
Assignee: nobody → general
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
QA Contact: untriaged → general
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.