This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH,picochip] remove setting PARAM_INLINE_CALL_COST
- From: Hariharan Sandanagobalane <hariharans at picochip dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 26 May 2009 09:19:50 +0100
- Subject: [PATCH,picochip] remove setting PARAM_INLINE_CALL_COST
Hello,
This change was made to complement r147852. Committed as 147862.
Cheers
Hari
ChangeLog:
config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.
Index: gcc/config/picochip/picochip.c
===================================================================
--- gcc/config/picochip/picochip.c (revision 147861)
+++ gcc/config/picochip/picochip.c (working copy)
@@ -315,9 +315,6 @@ picochip_override_options (void)
PARAM_VALUE (PARAM_LARGE_STACK_FRAME) = 0;
PARAM_VALUE (PARAM_STACK_FRAME_GROWTH) = 0;
}
- /* The function call overhead on picochip is not very high. Let the
- inliner know so its heuristics become more reasonable. */
- PARAM_VALUE (PARAM_INLINE_CALL_COST) = 2;
/* Turn off the elimination of unused types. The elaborator
generates various interesting types to represent constants,