Re: [PATCH][AArch64][9/14] Implement TARGET_CAN_INLINE_P

2015-08-03 Thread James Greenhalgh
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

Re: [PATCH][AArch64][9/14] Implement TARGET_CAN_INLINE_P

2015-07-23 Thread Kyrill Tkachov
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

Re: [PATCH][AArch64][9/14] Implement TARGET_CAN_INLINE_P

2015-07-21 Thread James Greenhalgh
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

[PATCH][AArch64][9/14] Implement TARGET_CAN_INLINE_P

2015-07-16 Thread Kyrill Tkachov
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