This commit is contained in:
Keith McGuigan 2008-03-20 09:17:30 -05:00
commit c2c3f0fe72
21 changed files with 106 additions and 210 deletions

View file

@ -1279,12 +1279,10 @@ void Arguments::set_aggressive_opts_flags() {
#endif
if (AggressiveOpts) {
NOT_WINDOWS(
// No measured benefit on Windows
if (FLAG_IS_DEFAULT(CacheTimeMillis)) {
FLAG_SET_DEFAULT(CacheTimeMillis, true);
}
)
// Sample flag setting code
// if (FLAG_IS_DEFAULT(EliminateZeroing)) {
// FLAG_SET_DEFAULT(EliminateZeroing, true);
// }
}
}