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

Issue 10387231: ClearNonLiveTransitions indepedent of ContentArray (Closed)

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

Description

ClearNonLiveTransitions indepedent of ContentArray Committed: https://code.google.com/p/v8/source/detail?r=11693

Patch Set 1 : rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M src/objects.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 3 chunks +7 lines, -10 lines 0 comments Download
M src/objects-inl.h View 2 chunks +13 lines, -0 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Toon Verwaest
8 years, 7 months ago (2012-05-22 09:54:32 UTC) #1
Michael Starzinger
8 years, 6 months ago (2012-06-01 09:00:33 UTC) #2
LGTM (just one small nit).

https://chromiumcodereview.appspot.com/10387231/diff/6001/src/objects-inl.h
File src/objects-inl.h (right):

https://chromiumcodereview.appspot.com/10387231/diff/6001/src/objects-inl.h#n...
src/objects-inl.h:1948: ASSERT(!HEAP->InNewSpace(heap->null_value()));
That assertion is already in FixedArray::set_null_unchecked, no need to
duplicate it here.

Powered by Google App Engine
This is Rietveld 408576698