comparison src/cpu/x86/vm/c2_globals_x86.hpp @ 9760:c76b43ed5089

Added infrastructure for recording invoked methods in the profiling information.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 17 May 2013 15:38:22 +0200
parents 5fc51c1ecdeb
children 3489047ffea2
comparison
equal deleted inserted replaced
9759:580faa2ee288 9760:c76b43ed5089
38 define_pd_global(bool, InlineIntrinsics, true); 38 define_pd_global(bool, InlineIntrinsics, true);
39 define_pd_global(bool, PreferInterpreterNativeStubs, false); 39 define_pd_global(bool, PreferInterpreterNativeStubs, false);
40 define_pd_global(bool, ProfileTraps, true); 40 define_pd_global(bool, ProfileTraps, true);
41 define_pd_global(bool, UseOnStackReplacement, true); 41 define_pd_global(bool, UseOnStackReplacement, true);
42 define_pd_global(intx, TypeProfileWidth, 2 ); 42 define_pd_global(intx, TypeProfileWidth, 2 );
43 define_pd_global(intx, MethodProfileWidth, 0 );
43 #ifdef CC_INTERP 44 #ifdef CC_INTERP
44 define_pd_global(bool, ProfileInterpreter, false); 45 define_pd_global(bool, ProfileInterpreter, false);
45 #else 46 #else
46 define_pd_global(bool, ProfileInterpreter, true); 47 define_pd_global(bool, ProfileInterpreter, true);
47 #endif // CC_INTERP 48 #endif // CC_INTERP