Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Issue 652224: Proof-of-concept RegExp-cache for exec, test, replace. (Closed)

Created:
10 years, 10 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

Proof-of-concept RegExp-cache for exec, test, replace.

Patch Set 1 #

Patch Set 2 : Cache regexp operations. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -48 lines) Patch
M src/codegen.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 1 chunk +59 lines, -0 lines 0 comments Download
M src/regexp-delay.js View 1 4 chunks +85 lines, -42 lines 0 comments Download
M src/string.js View 1 2 chunks +47 lines, -6 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698