equal
deleted
inserted
replaced
648 "Find best control for expensive operations") \ |
648 "Find best control for expensive operations") \ |
649 \ |
649 \ |
650 product(bool, UseMathExactIntrinsics, true, \ |
650 product(bool, UseMathExactIntrinsics, true, \ |
651 "Enables intrinsification of various java.lang.Math functions") \ |
651 "Enables intrinsification of various java.lang.Math functions") \ |
652 \ |
652 \ |
|
653 product(bool, UseMultiplyToLenIntrinsic, false, \ |
|
654 "Enables intrinsification of BigInteger.multiplyToLen()") \ |
|
655 \ |
653 product(bool, UseTypeSpeculation, true, \ |
656 product(bool, UseTypeSpeculation, true, \ |
654 "Speculatively propagate types from profiles") \ |
657 "Speculatively propagate types from profiles") \ |
655 \ |
658 \ |
656 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ |
659 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ |
657 "Carry inline depth of profile point with speculative type " \ |
660 "Carry inline depth of profile point with speculative type " \ |