comparison src/cpu/x86/vm/c1_globals_x86.hpp @ 7216:5a95c784febf

fixed windows make files and VS2012-specific compilation issues
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 04 Dec 2012 11:14:23 +0100
parents 7c5f7e7cf2c2
children 911872d97f65
comparison
equal deleted inserted replaced
7215:7c5f7e7cf2c2 7216:5a95c784febf
55 define_pd_global(bool, NeverActAsServerClassMachine, true ); 55 define_pd_global(bool, NeverActAsServerClassMachine, true );
56 define_pd_global(uint64_t,MaxRAM, 1ULL*G); 56 define_pd_global(uint64_t,MaxRAM, 1ULL*G);
57 define_pd_global(bool, CICompileOSR, true ); 57 define_pd_global(bool, CICompileOSR, true );
58 #endif // !TIERED 58 #endif // !TIERED
59 define_pd_global(bool, UseTypeProfile, false); 59 define_pd_global(bool, UseTypeProfile, false);
60 define_pd_global(intx, TypeProfileWidth, 0);
60 define_pd_global(bool, RoundFPResults, true ); 61 define_pd_global(bool, RoundFPResults, true );
61 62
62 define_pd_global(bool, LIRFillDelaySlots, false); 63 define_pd_global(bool, LIRFillDelaySlots, false);
63 define_pd_global(bool, OptimizeSinglePrecision, true ); 64 define_pd_global(bool, OptimizeSinglePrecision, true );
64 define_pd_global(bool, CSEArrayLength, false); 65 define_pd_global(bool, CSEArrayLength, false);