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

Issue 9457: Fix lint issues.... (Closed)

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

Description

Fix lint issues. Add some new bytecodes that we wil be needing (no tests yet). Committed: http://code.google.com/p/v8/source/detail?r=707

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -52 lines) Patch
M src/assembler-re2k.h View 4 chunks +19 lines, -5 lines 1 comment Download
M src/assembler-re2k.cc View 5 chunks +65 lines, -8 lines 0 comments Download
M src/bytecodes-re2k.h View 1 chunk +28 lines, -24 lines 0 comments Download
M src/interpreter-re2k.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/interpreter-re2k.cc View 5 chunks +64 lines, -10 lines 0 comments Download
M src/regexp-codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-regexp.cc View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
12 years, 1 month ago (2008-11-06 15:31:18 UTC) #1
Christian Plesner Hansen
12 years, 1 month ago (2008-11-06 15:42:58 UTC) #2
Lookin' good.

http://codereview.chromium.org/9457/diff/1/8
File src/assembler-re2k.h (right):

http://codereview.chromium.org/9457/diff/1/8#newcode76
Line 76: // Checks a register for equal, less than or equal, less than, greater
than
We only need two of these, LT and GEQ.

Powered by Google App Engine
This is Rietveld 408576698