comparison src/cpu/x86/vm/graalGlobals_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 57ccc2bb5868
children bc70ae12be39 6b0fd0964b87
comparison
equal deleted inserted replaced
9759:580faa2ee288 9760:c76b43ed5089
56 define_pd_global(intx, ReservedCodeCacheSize, 64*M ); 56 define_pd_global(intx, ReservedCodeCacheSize, 64*M );
57 define_pd_global(bool, ProfileInterpreter, true ); 57 define_pd_global(bool, ProfileInterpreter, true );
58 define_pd_global(intx, CodeCacheExpansionSize, 64*K ); 58 define_pd_global(intx, CodeCacheExpansionSize, 64*K );
59 define_pd_global(uintx,CodeCacheMinBlockLength, 4); 59 define_pd_global(uintx,CodeCacheMinBlockLength, 4);
60 define_pd_global(intx, TypeProfileWidth, 8); 60 define_pd_global(intx, TypeProfileWidth, 8);
61 define_pd_global(intx, MethodProfileWidth, 4);
61 #endif 62 #endif
62 63
63 #endif // CPU_X86_VM_GRAALGLOBALS_X86_HPP 64 #endif // CPU_X86_VM_GRAALGLOBALS_X86_HPP