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

Unified Diff: src/deoptimizer.cc

Issue 26006004: Annotate V8 for MemorySanitizer. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/builtins.cc ('k') | src/frames.cc » ('j') | src/msan.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/deoptimizer.cc
===================================================================
--- src/deoptimizer.cc (revision 17104)
+++ src/deoptimizer.cc (working copy)
@@ -34,6 +34,7 @@
#include "full-codegen.h"
#include "global-handles.h"
#include "macro-assembler.h"
+#include "msan.h"
#include "prettyprinter.h"
@@ -108,6 +109,8 @@
Address from,
int fp_to_sp_delta,
Isolate* isolate) {
+ MSAN_RUNTIME_FUNCTION6(function, type, bailout_id, from, fp_to_sp_delta,
+ isolate);
Deoptimizer* deoptimizer = new Deoptimizer(isolate,
danno 2013/10/10 14:18:07 This big unpoison of the stack is total overkill.
Evgeniy Stepanov 2013/10/10 15:08:54 Thanks, this is very helpful!
function,
type,
« no previous file with comments | « src/builtins.cc ('k') | src/frames.cc » ('j') | src/msan.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698