diff options
author | dberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-20 19:12:46 +0000 |
---|---|---|
committer | dberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-20 19:12:46 +0000 |
commit | 56c10f2a81ec3c5c05b553aebd9ae41c02bb65f4 (patch) | |
tree | b90b0928b762ebabdbac6f0748b0b5ebd3b1b2c2 /gcc/params.def | |
parent | 90e23c1b4b92b490139d1e4524d24306685f767e (diff) | |
download | gcc-56c10f2a81ec3c5c05b553aebd9ae41c02bb65f4.tar.gz |
2001-07-20 Daniel Berlin <dan@cgsoftware.com>
* Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
params.h.
2001-07-20 Daniel Berlin <dan@cgsoftware.com>
* params.def: Change default max inline insns to 100.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44203 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index eff8a231e83..d7e9bc07c42 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. DEFPARAM (PARAM_MAX_INLINE_INSNS, "max-inline-insns", "The maximum number of instructions in a function that is eligible for inlining", - 10000) + 100) /* The maximum number of instructions to consider when looking for an instruction to fill a delay slot. If more than this arbitrary |