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

Issue 10411067: TraversableMap only dependent on DescriptorArray (Closed)

Created:
8 years, 7 months ago by Toon Verwaest
Modified:
8 years, 7 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

TraversableMap only dependent on DescriptorArray This is the first step towards merging the ContentArray into the DescriptorArray, (hence reclaiming 3 words per descriptor array). Committed: https://code.google.com/p/v8/source/detail?r=11665

Patch Set 1 #

Total comments: 16

Patch Set 2 : Addressing comments #

Total comments: 6

Patch Set 3 : Addressing comments 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -31 lines) Patch
M src/objects.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 4 chunks +64 lines, -31 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Toon Verwaest
8 years, 7 months ago (2012-05-22 08:44:45 UTC) #1
Michael Starzinger
This is going into the right direction. Most of my comments are just nits. https://chromiumcodereview.appspot.com/10411067/diff/1/src/objects-inl.h ...
8 years, 7 months ago (2012-05-24 14:02:25 UTC) #2
Toon Verwaest
https://chromiumcodereview.appspot.com/10411067/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://chromiumcodereview.appspot.com/10411067/diff/1/src/objects-inl.h#newcode1947 src/objects-inl.h:1947: On 2012/05/24 14:02:25, Michael Starzinger wrote: > Two empty ...
8 years, 7 months ago (2012-05-25 11:36:46 UTC) #3
Toon Verwaest
Feedback addressed, please take another look.
8 years, 7 months ago (2012-05-25 11:54:41 UTC) #4
Michael Starzinger
Almost there, just three more nits. https://chromiumcodereview.appspot.com/10411067/diff/7001/src/objects.cc File src/objects.cc (right): https://chromiumcodereview.appspot.com/10411067/diff/7001/src/objects.cc#newcode4922 src/objects.cc:4922: ((raw_index & 1) ...
8 years, 7 months ago (2012-05-25 12:18:00 UTC) #5
Toon Verwaest
Comments addressed, please take another look. https://chromiumcodereview.appspot.com/10411067/diff/7001/src/objects.cc File src/objects.cc (right): https://chromiumcodereview.appspot.com/10411067/diff/7001/src/objects.cc#newcode4922 src/objects.cc:4922: ((raw_index & 1) ...
8 years, 7 months ago (2012-05-25 12:32:09 UTC) #6
Michael Starzinger
8 years, 7 months ago (2012-05-25 12:39:43 UTC) #7
LGTM.

Powered by Google App Engine
This is Rietveld 408576698