Re: always_inline and noinline

2013-05-14 Thread jerro
Great!

Re: always_inline and noinline

2013-05-13 Thread Iain Buclaw
On 20 April 2013 19:17, jerro wrote: > Can do. >> > > That would be nice :) > > > Now we are freed from the shackles of GCC attributes, we can give some of >> the attributes better or alternative names. >> > > Personally, I'm fine with the names noinline and always_inline. If you are > looking f

Re: always_inline and noinline

2013-04-20 Thread jerro
Can do. That would be nice :) Now we are freed from the shackles of GCC attributes, we can give some of the attributes better or alternative names. Personally, I'm fine with the names noinline and always_inline. If you are looking for alternative names, one option would be to use forceinli

Re: always_inline and noinline

2013-04-20 Thread Iain Buclaw
On Apr 20, 2013 5:10 PM, "jerro" wrote: > > Is there any chance @attribute("always_inline") and @attribute("noinline") will be added to GDC? It would be nice to be able to control inlining. Can do. Now we are freed from the shackles of GCC attributes, we can give some of the attributes better or

always_inline and noinline

2013-04-20 Thread jerro
Is there any chance @attribute("always_inline") and @attribute("noinline") will be added to GDC? It would be nice to be able to control inlining.