From af48f0b184090da9bd5bd5f959e2387385f92b8c Mon Sep 17 00:00:00 2001 From: marxin Date: Tue, 17 Dec 2013 22:20:12 +0000 Subject: Time profile-based function reordering (phase 2). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206070 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/common.opt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/common.opt') diff --git a/gcc/common.opt b/gcc/common.opt index 0cd1fddd4ad..ea323fdc9c3 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1712,6 +1712,10 @@ fprofile-report Common Report Var(profile_report) Report on consistency of profile +fprofile-reorder-functions +Common Report Var(flag_profile_reorder_functions) +Enable function reordering that improves code placement + frandom-seed Common Var(common_deferred_options) Defer -- cgit v1.2.1