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

Issue 661470: Change heap sort of descriptor array to bottom-up. (Closed)

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

Description

Change heap sort of descriptor array to bottom-up. Committed: http://code.google.com/p/v8/source/detail?r=4013

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -25 lines) Patch
M src/objects.cc View 1 2 chunks +32 lines, -25 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
10 years, 9 months ago (2010-03-03 16:16:05 UTC) #1
Mads Ager (chromium)
10 years, 9 months ago (2010-03-04 08:24:40 UTC) #2
STV!

http://codereview.chromium.org/661470/diff/4/5
File src/objects.cc (right):

http://codereview.chromium.org/661470/diff/4/5#newcode3434
src/objects.cc:3434: const int max_parent_index = len/2 - 1;
Space around binary operations and use parens for clearity.

http://codereview.chromium.org/661470/diff/4/5#newcode3462
src/objects.cc:3462: const int max_parent_index = i/2 - 1;
Ditto.

Powered by Google App Engine
This is Rietveld 408576698