Commit 807d5e6f by Hariharan Sandanagobalane Committed by Hariharan Sandanagobalane

config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.

From-SVN: r147862
parent f6b855df
2009-05-07 Hariharan Sandanagobalane <hariharan@picochip.com>
* config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.
2009-05-25 Jan Hubicka <jh@suse.cz> 2009-05-25 Jan Hubicka <jh@suse.cz>
* cgraph.c (dump_cgraph_node): Dump size/time/benefit. * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
......
...@@ -315,9 +315,6 @@ picochip_override_options (void) ...@@ -315,9 +315,6 @@ picochip_override_options (void)
PARAM_VALUE (PARAM_LARGE_STACK_FRAME) = 0; PARAM_VALUE (PARAM_LARGE_STACK_FRAME) = 0;
PARAM_VALUE (PARAM_STACK_FRAME_GROWTH) = 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 /* Turn off the elimination of unused types. The elaborator
generates various interesting types to represent constants, generates various interesting types to represent constants,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment