equal
deleted
inserted
replaced
645 "max number of live nodes in a method") \ |
645 "max number of live nodes in a method") \ |
646 \ |
646 \ |
647 diagnostic(bool, OptimizeExpensiveOps, true, \ |
647 diagnostic(bool, OptimizeExpensiveOps, true, \ |
648 "Find best control for expensive operations") \ |
648 "Find best control for expensive operations") \ |
649 \ |
649 \ |
650 product(bool, UseMathExactIntrinsics, true, \ |
650 experimental(bool, UseMathExactIntrinsics, false, \ |
651 "Enables intrinsification of various java.lang.Math functions") \ |
651 "Enables intrinsification of various java.lang.Math functions") \ |
652 \ |
652 \ |
653 experimental(bool, ReplaceInParentMaps, false, \ |
653 experimental(bool, ReplaceInParentMaps, false, \ |
654 "Propagate type improvements in callers of inlinee if possible") \ |
654 "Propagate type improvements in callers of inlinee if possible") \ |
655 \ |
655 \ |