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

Issue 1910005: Fixing a performance bug introduced in r4581. (Closed)

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

Description

Fixing a performance bug introduced in r4581. Committed: http://code.google.com/p/v8/source/detail?r=4605

Patch Set 1 : '' #

Total comments: 8

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/arm/codegen-arm.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
SeRya
10 years, 7 months ago (2010-05-06 09:31:55 UTC) #1
Mads Ager (chromium)
http://codereview.chromium.org/1910005/diff/15001/16003 File src/arm/codegen-arm.cc (right): http://codereview.chromium.org/1910005/diff/15001/16003#newcode8500 src/arm/codegen-arm.cc:8500: // Check that the third argument is a positive ...
10 years, 7 months ago (2010-05-06 09:42:19 UTC) #2
SeRya
The condition determines place where the corner case is handled. I checked both ways (http://compute1.aar:9013/golem/r4596-v8-serya-perf-1-vs-4596-v8.html ...
10 years, 7 months ago (2010-05-06 10:48:57 UTC) #3
Mads Ager (chromium)
LGTM when 'le' has been changed to 'ls' on ARM. http://codereview.chromium.org/1910005/diff/11004/27002 File src/arm/codegen-arm.cc (right): http://codereview.chromium.org/1910005/diff/11004/27002#newcode8506 ...
10 years, 7 months ago (2010-05-06 11:18:25 UTC) #4
SeRya
10 years, 7 months ago (2010-05-06 12:50:36 UTC) #5
http://codereview.chromium.org/1910005/diff/11004/27002
File src/arm/codegen-arm.cc (right):

http://codereview.chromium.org/1910005/diff/11004/27002#newcode8506
src/arm/codegen-arm.cc:8506: __ b(le, &runtime);
On 2010/05/06 11:18:25, Mads Ager wrote:
> This should be 'ls' to use unsigned comparison!

Done.

Powered by Google App Engine
This is Rietveld 408576698