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

Issue 11475027: Flush out potential leaks of Failure objects (Closed)

Created:
8 years ago by Jakob Kummerow
Modified:
8 years ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Flush out potential leaks of Failure objects Committed: http://code.google.com/p/v8/source/detail?r=13181

Patch Set 1 #

Total comments: 1

Patch Set 2 : added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M src/heap.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/objects.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Jakob Kummerow
PTAL.
8 years ago (2012-12-07 13:47:02 UTC) #1
Michael Starzinger
LGTM. https://codereview.chromium.org/11475027/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/11475027/diff/1/src/objects-inl.h#newcode1067 src/objects-inl.h:1067: static const int kFailureMagicPattern = 0x0BAD0000; Either we ...
8 years ago (2012-12-10 11:51:24 UTC) #2
Jakob Kummerow
8 years ago (2012-12-10 12:20:51 UTC) #3
Good point, added a comment.

Landed.

Powered by Google App Engine
This is Rietveld 408576698