Bug 16581 - PCRE Offset handling needs a re-write
Summary: PCRE Offset handling needs a re-write
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-23 01:37 PST by Eric Seidel (no email)
Modified: 2010-06-11 16:57 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-12-23 01:37:04 PST
PCRE Offset handling needs a re-write

We're spending over 0.3% of total time on a full sunspider sample clearing the offset vector in jsRegExpExecute.  This is just one of many issues we have with the offset vector used by PCRE.  There is definitely some room for improvement here.
Comment 1 Alexey Proskuryakov 2010-06-11 16:57:26 PDT
Seems obsolete, one can Shark again to find what to optimize in JavaScriptCore.