This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Change default max-inline-insns to 100
- To: gcc-patches at gcc dot gnu dot org
- Subject: [PATCH] Change default max-inline-insns to 100
- From: Daniel Berlin <dan at cgsoftware dot com>
- Date: Fri, 20 Jul 2001 14:00:25 -0400
- Cc: Mark Mitchell <mark at codesourcery dot com>
2001-07-20 Daniel Berlin <dan@cgsoftware.com>
* params.def: Change default max inline insns to 100.
Index: params.def
===================================================================
RCS file: /cvs/gcc/egcs/gcc/params.def,v
retrieving revision 1.6
diff -c -3 -p -w -B -b -r1.6 params.def
*** params.def 2001/06/27 14:35:21 1.6
--- params.def 2001/07/20 17:59:21
*************** Boston, MA 02111-1307, USA.
*** 44,50 ****
DEFPARAM (PARAM_MAX_INLINE_INSNS,
"max-inline-insns",
"The maximum number of instructions in a function that is eligible for inlining",
! 10000)
/* The maximum number of instructions to consider when looking for an
instruction to fill a delay slot. If more than this arbitrary
--- 44,50 ----
DEFPARAM (PARAM_MAX_INLINE_INSNS,
"max-inline-insns",
"The maximum number of instructions in a function that is eligible for inlining",
! 100)
/* The maximum number of instructions to consider when looking for an
instruction to fill a delay slot. If more than this arbitrary
--
"I watched the Indy 500, and I was thinking that if they left
earlier they wouldn't have to go so fast.
"-Steven Wright