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

Unified Diff: runtime/vm/flow_graph_compiler_ia32.cc

Issue 721233002: Write barrier audit: Verify previous value in generated code. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 1 month 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
Index: runtime/vm/flow_graph_compiler_ia32.cc
===================================================================
--- runtime/vm/flow_graph_compiler_ia32.cc (revision 41700)
+++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
@@ -1240,7 +1240,7 @@
int32_t FlowGraphCompiler::EdgeCounterIncrementSizeInBytes() {
- return VerifiedMemory::enabled() ? 16 : 4;
+ return VerifiedMemory::enabled() ? 50 : 4;
Ivan Posva 2014/11/14 22:09:11 This looks like an arbitrary number. How does one
koda 2014/11/17 16:17:11 In debug mode, the ASSERT above will fail immediat
}

Powered by Google App Engine
This is Rietveld 408576698