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

Issue 12989019: Put zapping of local handles behind the extra checks flag. (Closed)

Created:
7 years, 9 months ago by Michael Starzinger
Modified:
7 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Put zapping of local handles behind the extra checks flag. R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=14048

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments by Jakob Kummerow. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -19 lines) Patch
M src/api.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/api.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M src/apiutils.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/handles.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/handles.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles-inl.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
7 years, 9 months ago (2013-03-22 13:31:12 UTC) #1
Jakob Kummerow
LGTM with comment. https://codereview.chromium.org/12989019/diff/1/src/handles.h File src/handles.h (right): https://codereview.chromium.org/12989019/diff/1/src/handles.h#newcode164 src/handles.h:164: static void ZapRange(internal::Object** start, internal::Object** end); ...
7 years, 9 months ago (2013-03-22 13:36:38 UTC) #2
Michael Starzinger
Addressed comments. Landing. https://codereview.chromium.org/12989019/diff/1/src/handles.h File src/handles.h (right): https://codereview.chromium.org/12989019/diff/1/src/handles.h#newcode164 src/handles.h:164: static void ZapRange(internal::Object** start, internal::Object** end); ...
7 years, 9 months ago (2013-03-22 13:39:54 UTC) #3
Michael Starzinger
7 years, 9 months ago (2013-03-22 13:40:29 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r14048 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698