DescriptionImplement verification of context separation.
This adds the --verify-global-context-separation flag which can be used
to verify that no code object embeds pointers to more than one global
context after a full GC. It uses an object visitor that just performs
shallow traversal of the object graph spanned by one code object, and
breaks at points where application objects are encountered. So it will
not trip on cross-context leaks introduced by the application itself.
R=verwaest@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=12224
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed comments by Toon Verwaest. #
Messages
Total messages: 3 (0 generated)
|