equal
deleted
inserted
replaced
2587 "Inline allocations larger than this in doublewords must go slow")\ |
2587 "Inline allocations larger than this in doublewords must go slow")\ |
2588 \ |
2588 \ |
2589 product(bool, AggressiveOpts, false, \ |
2589 product(bool, AggressiveOpts, false, \ |
2590 "Enable aggressive optimizations - see arguments.cpp") \ |
2590 "Enable aggressive optimizations - see arguments.cpp") \ |
2591 \ |
2591 \ |
2592 product(bool, UseStringCache, false, \ |
|
2593 "Enable String cache capabilities on String.java") \ |
|
2594 \ |
|
2595 /* statistics */ \ |
2592 /* statistics */ \ |
2596 develop(bool, CountCompiledCalls, false, \ |
2593 develop(bool, CountCompiledCalls, false, \ |
2597 "counts method invocations") \ |
2594 "counts method invocations") \ |
2598 \ |
2595 \ |
2599 notproduct(bool, CountRuntimeCalls, false, \ |
2596 notproduct(bool, CountRuntimeCalls, false, \ |