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

Issue 9415: Add bytecodes and an interpreter for executing regular expressions. Very... (Closed)

Created:
12 years, 1 month ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add bytecodes and an interpreter for executing regular expressions. Very incomplete at the moment.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1005 lines, -13 lines) Patch
M src/SConscript View 1 chunk +13 lines, -12 lines 0 comments Download
M src/assembler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/assembler-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
src/assembler-re2k.h View 1 chunk +111 lines, -0 lines 0 comments Download
src/assembler-re2k.cc View 1 chunk +258 lines, -0 lines 0 comments Download
src/assembler-re2k-inl.h View 1 chunk +97 lines, -0 lines 0 comments Download
src/bytecodes-re2k.h View 1 chunk +46 lines, -0 lines 0 comments Download
src/interpreter-re2k.h View 1 chunk +19 lines, -0 lines 0 comments Download
src/interpreter-re2k.cc View 1 chunk +245 lines, -0 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +3 lines, -0 lines 0 comments Download
src/regexp-codegen.h View 1 chunk +130 lines, -0 lines 0 comments Download
src/regexp-codegen-re2k.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M test/cctest/test-regexp.cc View 2 chunks +48 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
12 years, 1 month ago (2008-11-05 14:21:28 UTC) #1
Erik Corry
12 years, 1 month ago (2008-11-05 14:25:44 UTC) #2

          

Powered by Google App Engine
This is Rietveld 408576698