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

Issue 716163003: Use one offsets table per generated irregexp matching function. (Closed)

Created:
6 years, 1 month ago by zerny-google
Modified:
6 years ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Use one offsets table per generated irregexp matching function. BUG=

Patch Set 1 #

Total comments: 8

Patch Set 2 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -86 lines) Patch
M runtime/vm/compiler.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language.h View 4 chunks +13 lines, -21 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/regexp.h View 1 chunk +3 lines, -8 lines 0 comments Download
M runtime/vm/regexp.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/regexp_assembler.h View 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/vm/regexp_assembler.cc View 1 14 chunks +39 lines, -48 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
zerny-google
This CL is based on top of the irregexp CL [1]. PTAL. [1]: https://codereview.chromium.org/683433003/
6 years, 1 month ago (2014-11-12 11:14:25 UTC) #2
Florian Schneider
lgtm https://codereview.chromium.org/716163003/diff/1/runtime/vm/regexp_assembler.cc File runtime/vm/regexp_assembler.cc (right): https://codereview.chromium.org/716163003/diff/1/runtime/vm/regexp_assembler.cc#newcode37 runtime/vm/regexp_assembler.cc:37: static const intptr_t kInvalidTryIndex = -1; static const ...
6 years, 1 month ago (2014-11-12 11:38:57 UTC) #3
zerny-google
Thanks for the review! Comments addressed in new patch set. https://codereview.chromium.org/716163003/diff/1/runtime/vm/regexp_assembler.cc File runtime/vm/regexp_assembler.cc (right): https://codereview.chromium.org/716163003/diff/1/runtime/vm/regexp_assembler.cc#newcode37 ...
6 years, 1 month ago (2014-11-12 11:58:47 UTC) #4
zerny-google
6 years ago (2014-11-24 13:02:36 UTC) #5
Message was sent while issue was closed.
Superseded by: https://codereview.chromium.org/722243002/

Powered by Google App Engine
This is Rietveld 408576698