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

Issue 9389005: DescriptorArray::CopyFrom should always drop transitions for CALLBACKS. (Closed)

Created:
8 years, 10 months ago by Sven Panne
Modified:
8 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

DescriptorArray::CopyFrom should always drop transitions for CALLBACKS. Committed: https://code.google.com/p/v8/source/detail?r=10685

Patch Set 1 #

Patch Set 2 : Improved comment. #

Total comments: 2

Patch Set 3 : Improved comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -20 lines) Patch
M src/bootstrapper.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 2 chunks +15 lines, -5 lines 0 comments Download
M src/objects.cc View 4 chunks +45 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sven Panne
8 years, 10 months ago (2012-02-13 12:59:45 UTC) #1
Michael Starzinger
LGTM (with a nit). https://chromiumcodereview.appspot.com/9389005/diff/2001/src/objects.h File src/objects.h (right): https://chromiumcodereview.appspot.com/9389005/diff/2001/src/objects.h#newcode2445 src/objects.h:2445: MUST_USE_RESULT MaybeObject* CopyFrom(int dst_index, Could ...
8 years, 10 months ago (2012-02-13 14:04:17 UTC) #2
Michael Starzinger
https://chromiumcodereview.appspot.com/9389005/diff/2001/src/objects.h File src/objects.h (right): https://chromiumcodereview.appspot.com/9389005/diff/2001/src/objects.h#newcode7791 src/objects.h:7791: MaybeObject* CopyWithoutTransitions(); This needs a MUST_USE_RESULT.
8 years, 10 months ago (2012-02-13 14:10:25 UTC) #3
Sven Panne
8 years, 10 months ago (2012-02-13 14:15:16 UTC) #4
Review comments addressed, landing...

Powered by Google App Engine
This is Rietveld 408576698