comparison src/cpu/x86/vm/globals_x86.hpp @ 2181:d25d4ca69222

Merge.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 16 Feb 2011 13:47:20 +0100
parents 182e9624aa42
children dde920245681
comparison
equal deleted inserted replaced
2108:50b45e2d9725 2181:d25d4ca69222
60 #ifdef AMD64 60 #ifdef AMD64
61 // Very large C++ stack frames using solaris-amd64 optimized builds 61 // Very large C++ stack frames using solaris-amd64 optimized builds
62 // due to lack of optimization caused by C++ compiler bugs 62 // due to lack of optimization caused by C++ compiler bugs
63 define_pd_global(intx, StackShadowPages, SOLARIS_ONLY(20) NOT_SOLARIS(6) DEBUG_ONLY(+2)); 63 define_pd_global(intx, StackShadowPages, SOLARIS_ONLY(20) NOT_SOLARIS(6) DEBUG_ONLY(+2));
64 #else 64 #else
65 define_pd_global(intx, StackShadowPages, 3 DEBUG_ONLY(+1)); 65 define_pd_global(intx, StackShadowPages, 3 DEBUG_ONLY(+5));
66 #endif // AMD64 66 #endif // AMD64
67 67
68 define_pd_global(intx, PreInflateSpin, 10); 68 define_pd_global(intx, PreInflateSpin, 10);
69 69
70 define_pd_global(bool, RewriteBytecodes, true); 70 define_pd_global(bool, RewriteBytecodes, true);