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

Issue 10692026: Moving prototype transitions into the header of the transition array. (Closed)

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

Description

Moving prototype transitions into the header of the transition array. Committed: https://code.google.com/p/v8/source/detail?r=12022

Patch Set 1 : Update #

Total comments: 19

Patch Set 2 : Addressing comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -149 lines) Patch
M src/heap.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mark-compact.cc View 1 4 chunks +17 lines, -25 lines 0 comments Download
M src/objects.h View 1 3 chunks +13 lines, -13 lines 0 comments Download
M src/objects.cc View 1 7 chunks +29 lines, -33 lines 0 comments Download
M src/objects-debug.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M src/objects-inl.h View 1 4 chunks +54 lines, -50 lines 0 comments Download
M src/profile-generator.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/transitions.h View 1 2 chunks +24 lines, -10 lines 1 comment Download
M src/transitions.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M src/transitions-inl.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL.
8 years, 5 months ago (2012-06-28 15:07:40 UTC) #1
Michael Starzinger
First round. Mainly nits, and one real comment in objects-inl.h https://chromiumcodereview.appspot.com/10692026/diff/9011/src/mark-compact.cc File src/mark-compact.cc (right): https://chromiumcodereview.appspot.com/10692026/diff/9011/src/mark-compact.cc#newcode1840 ...
8 years, 5 months ago (2012-07-06 13:53:18 UTC) #2
Toon Verwaest
Addressed comments, PTAL. https://chromiumcodereview.appspot.com/10692026/diff/9011/src/mark-compact.cc File src/mark-compact.cc (right): https://chromiumcodereview.appspot.com/10692026/diff/9011/src/mark-compact.cc#newcode1840 src/mark-compact.cc:1840: // to it. But make sure ...
8 years, 5 months ago (2012-07-09 12:45:27 UTC) #3
Michael Starzinger
8 years, 5 months ago (2012-07-09 16:40:55 UTC) #4
LGTM (with one final nit).

https://chromiumcodereview.appspot.com/10692026/diff/12001/src/transitions.h
File src/transitions.h (right):

https://chromiumcodereview.appspot.com/10692026/diff/12001/src/transitions.h#...
src/transitions.h:65: inline Object** GetElementsSlot();
Let's name that GetElementsTransitionSlot() instead.

Powered by Google App Engine
This is Rietveld 408576698