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

Issue 9600016: Generate more compact code in regexp assembler with near jumps. (Closed)

Created:
8 years, 9 months ago by Yang
Modified:
8 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Generate more compact code in regexp assembler with near jumps. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=10924

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -23 lines) Patch
M src/ia32/regexp-macro-assembler-ia32.cc View 10 chunks +14 lines, -14 lines 1 comment Download
M src/x64/regexp-macro-assembler-x64.cc View 8 chunks +9 lines, -9 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Yang
PTAL.
8 years, 9 months ago (2012-03-05 14:27:18 UTC) #1
Jakob Kummerow
8 years, 9 months ago (2012-03-05 14:35:31 UTC) #2
LGTM.

http://codereview.chromium.org/9600016/diff/1/src/ia32/regexp-macro-assembler...
File src/ia32/regexp-macro-assembler-ia32.cc (right):

http://codereview.chromium.org/9600016/diff/1/src/ia32/regexp-macro-assembler...
src/ia32/regexp-macro-assembler-ia32.cc:1: // Copyright 2011 the V8 project
authors. All rights reserved.
nit: 2012

http://codereview.chromium.org/9600016/diff/1/src/x64/regexp-macro-assembler-...
File src/x64/regexp-macro-assembler-x64.cc (right):

http://codereview.chromium.org/9600016/diff/1/src/x64/regexp-macro-assembler-...
src/x64/regexp-macro-assembler-x64.cc:1: // Copyright 2011 the V8 project
authors. All rights reserved.
nit: 2012

Powered by Google App Engine
This is Rietveld 408576698