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

Issue 22934006: Handlify JSObject::DeepCopy method. (Closed)

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

Description

Handlify JSObject::DeepCopy method. R=verwaest@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16708

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments by Toon Verwaest. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -84 lines) Patch
M src/api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/handles.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/handles.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/objects.cc View 1 3 chunks +58 lines, -54 lines 0 comments Download
M src/runtime.cc View 1 2 chunks +8 lines, -3 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Starzinger
7 years, 4 months ago (2013-08-13 18:20:11 UTC) #1
Toon Verwaest
Added comments. Looking good, minus the missing empty-handle-check. https://codereview.chromium.org/22934006/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/22934006/diff/1/src/objects.cc#newcode5710 src/objects.cc:5710: (IsFastObjectElementsKind(copy->GetElementsKind()))); ...
7 years, 4 months ago (2013-08-20 09:37:13 UTC) #2
Michael Starzinger
Addressed comments. PTAL. Also not that the two call-site in hydrogen.cc have disappeared on bleeding_edge ...
7 years, 3 months ago (2013-08-29 19:18:27 UTC) #3
Toon Verwaest
I agree we should do the refactoring in a different CL. This one LGTM.
7 years, 3 months ago (2013-08-29 20:54:51 UTC) #4
Michael Starzinger
7 years, 3 months ago (2013-09-13 09:51:24 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r16708 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698