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

Issue 8372028: Further improvements upon r9747. (Closed)

Created:
9 years, 1 month ago by Yang
Modified:
9 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Further improvements upon r9747. Committed: http://code.google.com/p/v8/source/detail?r=9751

Patch Set 1 #

Total comments: 3

Patch Set 2 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -24 lines) Patch
M src/arm/builtins-arm.cc View 1 3 chunks +18 lines, -8 lines 1 comment Download
M src/ia32/builtins-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 9 chunks +13 lines, -14 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
Follow-up on http://codereview.chromium.org/8359034/, including your suggestions. Please take a look.
9 years, 1 month ago (2011-10-24 09:07:49 UTC) #1
Kevin Millikin (Chromium)
LGTM with comments below addressed. http://codereview.chromium.org/8372028/diff/1/src/arm/builtins-arm.cc File src/arm/builtins-arm.cc (right): http://codereview.chromium.org/8372028/diff/1/src/arm/builtins-arm.cc#newcode150 src/arm/builtins-arm.cc:150: // Fill the FixedArray ...
9 years, 1 month ago (2011-10-24 09:31:29 UTC) #2
Yang
Implemented the alternative case to loop unrolling in arm. Please take another look.
9 years, 1 month ago (2011-10-24 10:02:33 UTC) #3
Kevin Millikin (Chromium)
9 years, 1 month ago (2011-10-24 11:11:50 UTC) #4
OK.

http://codereview.chromium.org/8372028/diff/3001/src/arm/builtins-arm.cc
File src/arm/builtins-arm.cc (right):

http://codereview.chromium.org/8372028/diff/3001/src/arm/builtins-arm.cc#newc...
src/arm/builtins-arm.cc:155: if (false && initial_capacity <= kLoopUnfoldLimit)
{
I don't like the if (false ....  Dead code is not tested code, so it makes sense
to just get rid of it.

In this case, I think it's OK to have the unrolled loop only.

Powered by Google App Engine
This is Rietveld 408576698