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

Issue 10694157: Implement verification of context separation. (Closed)

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

Description

Implement verification of context separation. This adds the --verify-context-separation flag which can be used to verify that no code object keeps more than one context alive. It uses the same definition of connectivity as the full GC does. At the moment we only verify optimized code, but should extend it to other kinds of code later. R=verwaest@chromium.org

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -3 lines) Patch
M src/flag-definitions.h View 1 chunk +2 lines, -0 lines 1 comment Download
M src/mark-compact.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mark-compact.cc View 5 chunks +78 lines, -3 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
8 years, 5 months ago (2012-07-12 16:29:33 UTC) #1
Toon Verwaest
LGTM with comments. https://chromiumcodereview.appspot.com/10694157/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://chromiumcodereview.appspot.com/10694157/diff/1/src/flag-definitions.h#newcode545 src/flag-definitions.h:545: "verify that code objects keep at ...
8 years, 5 months ago (2012-07-13 09:02:04 UTC) #2
Michael Starzinger
8 years, 3 months ago (2012-09-21 13:46:05 UTC) #3
Code review spring cleaning. This was superseded.

https://codereview.chromium.org/10830049

Powered by Google App Engine
This is Rietveld 408576698