diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 2f615f7..e745964 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -752,6 +752,10 @@ fsingle-precision-constant Common Report Var(flag_single_precision_constant) Convert floating point constants to single precision constants +fspeculative-prefetching +Common Report Var(flag_speculative_prefetching) +Use value profiling for speculative prefetching + ; Emit code to probe the stack, to help detect stack overflow; also ; may cause large objects to be allocated dynamically. fstack-check |