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

Issue 22935005: Refine CountOperation of FullCodeGen (Closed)

Created:
7 years, 4 months ago by haitao.feng
Modified:
7 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Refine CountOperation of FullCodeGen

Patch Set 1 #

Total comments: 7

Patch Set 2 : IA32 and ARM port #

Patch Set 3 : Tweak SmiSubConstant and use it in CountOperation with bailout label #

Total comments: 1

Patch Set 4 : Addressed Sven's comment #

Total comments: 10

Patch Set 5 : Addressed danno's comments #

Total comments: 2

Patch Set 6 : Tweak SmiAddConstant for X64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -196 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 2 chunks +35 lines, -20 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 2 chunks +41 lines, -28 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 5 2 chunks +38 lines, -28 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 3 4 5 3 chunks +20 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 4 5 4 chunks +51 lines, -31 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 2 3 4 5 34 chunks +133 lines, -87 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
haitao.feng
I'd like to know your feedback before porting it to IA32 and ARM. https://codereview.chromium.org/22935005/diff/1/src/x64/full-codegen-x64.cc File ...
7 years, 4 months ago (2013-08-13 09:05:56 UTC) #1
danno
Although I don't see anything wrong with this patch, I am unclear of the motivation. ...
7 years, 4 months ago (2013-08-13 12:37:53 UTC) #2
haitao.feng
Sorry I should make the motivation clear. I am addressing your comment at https://codereview.chromium.org/21014003/patch/17001/18010. When ...
7 years, 4 months ago (2013-08-13 13:27:53 UTC) #3
danno
https://chromiumcodereview.appspot.com/22935005/diff/1/src/x64/full-codegen-x64.cc File src/x64/full-codegen-x64.cc (right): https://chromiumcodereview.appspot.com/22935005/diff/1/src/x64/full-codegen-x64.cc#newcode4425 src/x64/full-codegen-x64.cc:4425: if (expr->op() == Token::INC) { I think the shorter ...
7 years, 4 months ago (2013-08-19 19:36:58 UTC) #4
haitao.feng
https://codereview.chromium.org/22935005/diff/1/src/x64/full-codegen-x64.cc File src/x64/full-codegen-x64.cc (right): https://codereview.chromium.org/22935005/diff/1/src/x64/full-codegen-x64.cc#newcode4425 src/x64/full-codegen-x64.cc:4425: if (expr->op() == Token::INC) { Thanks for the review ...
7 years, 4 months ago (2013-08-20 14:36:05 UTC) #5
danno
https://chromiumcodereview.appspot.com/22935005/diff/1/src/x64/full-codegen-x64.cc File src/x64/full-codegen-x64.cc (right): https://chromiumcodereview.appspot.com/22935005/diff/1/src/x64/full-codegen-x64.cc#newcode4425 src/x64/full-codegen-x64.cc:4425: if (expr->op() == Token::INC) { On 2013/08/20 14:36:05, haitao.feng ...
7 years, 4 months ago (2013-08-20 15:39:37 UTC) #6
haitao.feng
https://codereview.chromium.org/22935005/diff/1/src/x64/full-codegen-x64.cc File src/x64/full-codegen-x64.cc (right): https://codereview.chromium.org/22935005/diff/1/src/x64/full-codegen-x64.cc#newcode4425 src/x64/full-codegen-x64.cc:4425: if (expr->op() == Token::INC) { Thanks for the comments. ...
7 years, 4 months ago (2013-08-20 23:21:47 UTC) #7
haitao.feng
Danno, please have a look on the SmiSubConstant usage in the CountOperation for X64. For ...
7 years, 2 months ago (2013-10-01 03:18:42 UTC) #8
Sven Panne
Quick DBC about a detail of this CL, didn't look very closely into the rest... ...
7 years, 2 months ago (2013-10-10 10:46:44 UTC) #9
haitao.feng
Sven, thanks for your recommendation. Comments addressed.
7 years, 2 months ago (2013-10-11 12:09:46 UTC) #10
danno
Getting closer. Please also verify that there are no regressions on benchmarks that are sensitive ...
7 years, 2 months ago (2013-10-14 18:30:45 UTC) #11
haitao.feng
danno, thanks for the review. Comments addressed. In my machine, running Sunspider with x64.release/d8, ** ...
7 years, 2 months ago (2013-10-16 09:17:01 UTC) #12
danno
This is getting pretty close to being landable. It would be even better and more ...
7 years, 2 months ago (2013-10-23 13:12:04 UTC) #13
haitao.feng
danno, thanks for the review. SmiAddConstant is uploaded. https://codereview.chromium.org/22935005/diff/29001/src/x64/macro-assembler-x64.h File src/x64/macro-assembler-x64.h (right): https://codereview.chromium.org/22935005/diff/29001/src/x64/macro-assembler-x64.h#newcode57 src/x64/macro-assembler-x64.h:57: RESERVE_SOURCE_REGISTER, ...
7 years, 2 months ago (2013-10-24 12:30:45 UTC) #14
danno
It looks like the latest patch set did not upload correctly, so I can't review ...
7 years, 2 months ago (2013-10-24 17:20:33 UTC) #15
haitao.feng
7 years, 1 month ago (2013-10-25 01:57:33 UTC) #16
Sorry about this. I did both. If you still could not review the update, I
created a copy of this CL at https://codereview.chromium.org/42973002/.

Powered by Google App Engine
This is Rietveld 408576698