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

Unified Diff: runtime/vm/simulator_dbc.h

Issue 1904153003: DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix stack overflow area size Created 4 years, 8 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 | « runtime/tests/vm/vm.status ('k') | runtime/vm/simulator_dbc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/simulator_dbc.h
diff --git a/runtime/vm/simulator_dbc.h b/runtime/vm/simulator_dbc.h
index 0e69674bc83def21b50b265b2002a6a0f82627e4..c1d3ff9a7e6b2816580e6ca2b9f7d126cdd98569 100644
--- a/runtime/vm/simulator_dbc.h
+++ b/runtime/vm/simulator_dbc.h
@@ -37,7 +37,7 @@ typedef bool (*IntrinsicHandler)(Thread* thread,
class Simulator {
public:
- static const uword kSimulatorStackUnderflowSize = 64;
+ static const uword kSimulatorStackUnderflowSize = 0x80;
zra 2016/04/22 21:13:27 I had to make this bigger for stack overflow tests
Simulator();
~Simulator();
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | runtime/vm/simulator_dbc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698