On Thu, Jul 23, 2015 at 11:17:20AM +0100, Kyrill Tkachov wrote:
> Thanks, I've implemented the suggestions.
> Re-bootstrapped and tested on aarch64.
> How's this?
This is good. OK for trunk.
Thanks,
James
On 21/07/15 17:07, James Greenhalgh wrote:
On Thu, Jul 16, 2015 at 04:21:02PM +0100, Kyrill Tkachov wrote:
Hi all,
This patch implements the target-specific inlining rules.
The basic philosophy is that we want to definitely reject inlining if the
callee's architecture
is not a subset, feature
On Thu, Jul 16, 2015 at 04:21:02PM +0100, Kyrill Tkachov wrote:
> Hi all,
>
> This patch implements the target-specific inlining rules.
> The basic philosophy is that we want to definitely reject inlining if the
> callee's architecture
> is not a subset, feature-wise, of the caller's.
>
> Beyond
Hi all,
This patch implements the target-specific inlining rules.
The basic philosophy is that we want to definitely reject inlining if the
callee's architecture
is not a subset, feature-wise, of the caller's.
Beyond that, we want to allow inlining if the callee is always_inline.
If it's not, w