comparison src/cpu/sparc/vm/c2_globals_sparc.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 6b0fd0964b87
comparison
equal deleted inserted replaced
9759:580faa2ee288 9760:c76b43ed5089
36 define_pd_global(bool, InlineIntrinsics, false); 36 define_pd_global(bool, InlineIntrinsics, false);
37 define_pd_global(bool, PreferInterpreterNativeStubs, false); 37 define_pd_global(bool, PreferInterpreterNativeStubs, false);
38 define_pd_global(bool, ProfileTraps, true); 38 define_pd_global(bool, ProfileTraps, true);
39 define_pd_global(bool, UseOnStackReplacement, true); 39 define_pd_global(bool, UseOnStackReplacement, true);
40 define_pd_global(intx, TypeProfileWidth, 2 ); 40 define_pd_global(intx, TypeProfileWidth, 2 );
41 define_pd_global(intx, MethodProfileWidth, 0 );
41 #ifdef CC_INTERP 42 #ifdef CC_INTERP
42 define_pd_global(bool, ProfileInterpreter, false); 43 define_pd_global(bool, ProfileInterpreter, false);
43 #else 44 #else
44 define_pd_global(bool, ProfileInterpreter, true); 45 define_pd_global(bool, ProfileInterpreter, true);
45 #endif // CC_INTERP 46 #endif // CC_INTERP