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

Issue 657080: AllignFrame/CallCFuntion moved from regexp-macro-assembler-ia32 to macro-asse... (Closed)

Created:
10 years, 10 months ago by SeRya
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

AllignFrame/CallCFuntion moved from regexp-macro-assembler-ia32 to macro-assembler-ia32 (like in x64 version). Committed: http://code.google.com/p/v8/source/detail?r=3947

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -95 lines) Patch
M src/ia32/codegen-ia32.cc View 1 2 2 chunks +23 lines, -30 lines 1 comment Download
M src/ia32/macro-assembler-ia32.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 1 chunk +35 lines, -0 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.h View 1 1 chunk +0 lines, -15 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 6 chunks +6 lines, -37 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 3 1 chunk +4 lines, -13 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
SeRya
10 years, 10 months ago (2010-02-24 13:38:14 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/657080/diff/1/5 File src/ia32/macro-assembler-ia32.cc (right): http://codereview.chromium.org/657080/diff/1/5#newcode1626 src/ia32/macro-assembler-ia32.cc:1626: // TODO(lrn): Since we no longer use the ...
10 years, 10 months ago (2010-02-24 22:35:39 UTC) #2
Søren Thygesen Gjesse
On 2010/02/24 22:35:39, Søren Gjesse wrote: > LGTM > > http://codereview.chromium.org/657080/diff/1/5 > File src/ia32/macro-assembler-ia32.cc (right): ...
10 years, 10 months ago (2010-02-25 09:46:01 UTC) #3
SeRya
CodeGenerator::GenerateRandomPositiveSmi fixed (both ia32 and x64). http://codereview.chromium.org/657080/diff/1/5 File src/ia32/macro-assembler-ia32.cc (right): http://codereview.chromium.org/657080/diff/1/5#newcode1626 src/ia32/macro-assembler-ia32.cc:1626: // TODO(lrn): Since ...
10 years, 10 months ago (2010-02-25 11:57:33 UTC) #4
Søren Thygesen Gjesse
10 years, 10 months ago (2010-02-25 12:29:21 UTC) #5
Minor comment.

http://codereview.chromium.org/657080/diff/2017/2018
File src/ia32/codegen-ia32.cc (right):

http://codereview.chromium.org/657080/diff/2017/2018#newcode5746
src/ia32/codegen-ia32.cc:5746: int num_arguments = 0;
Please change this to static const.

http://codereview.chromium.org/657080/diff/2017/2023
File src/x64/codegen-x64.cc (right):

http://codereview.chromium.org/657080/diff/2017/2023#newcode3961
src/x64/codegen-x64.cc:3961: int num_arguments = 0;
Please change this to static const.

Powered by Google App Engine
This is Rietveld 408576698