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

Issue 10802048: Removed recording of Target Slot in transition arrays since they only contain maps. (Closed)

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

Description

Removed recording of Target Slot in transition arrays since they only contain maps. Committed: https://code.google.com/p/v8/source/detail?r=12215

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -14 lines) Patch
M src/objects.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M src/transitions.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/transitions-inl.h View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Toon Verwaest
PTAL.
8 years, 5 months ago (2012-07-20 07:47:12 UTC) #1
Michael Starzinger
8 years, 5 months ago (2012-07-27 09:59:29 UTC) #2
LGTM (with a nit).

https://chromiumcodereview.appspot.com/10802048/diff/1/src/objects.cc
File src/objects.cc (right):

https://chromiumcodereview.appspot.com/10802048/diff/1/src/objects.cc#newcode...
src/objects.cc:7159: t->SetTarget(transition_index, t->GetTarget(i));
Can we have a one line comment above this line saying that we don't need to
record slots because we don't compact maps.

Powered by Google App Engine
This is Rietveld 408576698