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

Unified Diff: src/ppc/simulator-ppc.h

Issue 1174693002: PPC64: Adjust simulator stack safety margin. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Keep 32-bit simulator stack size at 1MB. Created 5 years, 6 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/flag-definitions.h ('k') | src/ppc/simulator-ppc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ppc/simulator-ppc.h
diff --git a/src/ppc/simulator-ppc.h b/src/ppc/simulator-ppc.h
index b74548fcf5b6286fabbc6fd57d42150becb2722f..c92281682f535a5ac9988a9c305bf8d9c9341479 100644
--- a/src/ppc/simulator-ppc.h
+++ b/src/ppc/simulator-ppc.h
@@ -351,6 +351,7 @@ class Simulator {
// Simulator support.
char* stack_;
+ static const size_t stack_protection_size_ = 256 * kPointerSize;
bool pc_modified_;
int icount_;
« no previous file with comments | « src/flag-definitions.h ('k') | src/ppc/simulator-ppc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698