Re: Inline functions tweeks 1/n

2014-04-24 Thread Jeff Law
On 01/02/14 10:21, Jan Hubicka wrote: Hi, While looking for -Winline messages I noticed that sched-int.h has self recursive function declared inline. The recursion is tail recursion but we fail to recognize it as such. The problem ist hat there is a local variable link whose address is passed

Re: Inline functions tweeks 1/n

2014-01-07 Thread Jan Hubicka
> On 01/02/14 10:21, Jan Hubicka wrote: > >Hi, > >While looking for -Winline messages I noticed that sched-int.h has self > >recursive > >function declared inline. The recursion is tail recursion but we fail to > >recognize > >it as such. The problem ist hat there is a local variable link whose

Re: Inline functions tweeks 1/n

2014-01-06 Thread Jeff Law
On 01/02/14 10:21, Jan Hubicka wrote: Hi, While looking for -Winline messages I noticed that sched-int.h has self recursive function declared inline. The recursion is tail recursion but we fail to recognize it as such. The problem ist hat there is a local variable link whose address is passed

Inline functions tweeks 1/n

2014-01-02 Thread Jan Hubicka
Hi, While looking for -Winline messages I noticed that sched-int.h has self recursive function declared inline. The recursion is tail recursion but we fail to recognize it as such. The problem ist hat there is a local variable link whose address is passed to function &DEPS_LIST_FIRST (list) and