rt: Trim the red zone to 20k on all platforms

This commit is contained in:
Brian Anderson
2011-12-18 14:30:38 -08:00
parent 12cde6ebee
commit 762d7e43a6

View File

@@ -19,11 +19,11 @@
// to the rt, compiler and dynamic linker for running small functions
// FIXME: We want this to be 128 but need to slim the red zone calls down
#ifdef __i386__
#define RED_ZONE_SIZE 65536
#define RED_ZONE_SIZE 1024*20
#endif
#ifdef __x86_64__
#define RED_ZONE_SIZE 65536
#define RED_ZONE_SIZE 1024*20
#endif
// Stack size