[patch i386]: RFC enable inlining for function with machine-attributes

Richard Henderson rth@redhat.com
Mon Jun 17 16:19:00 GMT 2013


On 06/16/2013 11:55 PM, Kai Tietz wrote:
> +static bool
> +ix86_function_attribute_inlinable_p (const_tree fndecl ATTRIBUTE_UNUSED)
> +{
> +  return true;
> +}

This is hook_bool_const_tree_true.

I have an idea that perhaps the default ought to be true, and that the few
targets (like mep) that have an interrupt attribute, etc ought to be the ones
to actually implement this hook.


r~



More information about the Gcc-patches mailing list