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

Issue 10692185: Couple the enumeration index of a property to the size of the descriptor array where it first appea… (Closed)

Created:
8 years, 5 months ago by Toon Verwaest
Modified:
8 years, 5 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Couple the enumeration index of a property to the size of the descriptor array where it first appeared. Committed: https://code.google.com/p/v8/source/detail?r=12066

Patch Set 1 #

Patch Set 2 : Adding assert in Set #

Total comments: 1

Patch Set 3 : Use the enumeration index of the LastAdded descriptor for appending. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -111 lines) Patch
M src/bootstrapper.cc View 1 2 8 chunks +42 lines, -75 lines 0 comments Download
M src/factory.cc View 1 2 4 chunks +17 lines, -17 lines 0 comments Download
M src/objects.h View 1 2 4 chunks +15 lines, -7 lines 0 comments Download
M src/objects.cc View 1 2 4 chunks +25 lines, -10 lines 0 comments Download
M src/objects-inl.h View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M src/property.h View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL.
8 years, 5 months ago (2012-07-12 08:45:41 UTC) #1
danno
https://chromiumcodereview.appspot.com/10692185/diff/3005/src/objects.h File src/objects.h (right): https://chromiumcodereview.appspot.com/10692185/diff/3005/src/objects.h#newcode2548 src/objects.h:2548: const WhitenessWitness&); Remove the need for descriptor_number as discussed ...
8 years, 5 months ago (2012-07-12 11:26:08 UTC) #2
Toon Verwaest
Addressed comments, PTAL.
8 years, 5 months ago (2012-07-12 12:51:25 UTC) #3
danno
8 years, 5 months ago (2012-07-12 15:01:48 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698