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
|
} |