From fe94b6534a05d437259a17ba37e3fa50f649fe84 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Fri, 29 Oct 2004 13:08:47 +0000 Subject: * opts.c (decode_options): Lower the crossjump threshold for -Os. From-SVN: r89843 --- gcc/opts.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/opts.c') diff --git a/gcc/opts.c b/gcc/opts.c index 640b92e..93a10d1 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -574,6 +574,9 @@ decode_options (unsigned int argc, const char **argv) set_param_value ("max-inline-insns-auto", 5); set_param_value ("max-inline-insns-rtl", 10); flag_inline_functions = 1; + + /* We want to crossjump as much as possible. */ + set_param_value ("min-crossjump-insns", 1); } /* Initialize whether `char' is signed. */ -- cgit v1.1