Inlining problem of core.bitops

Marco Leise via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Oct 20 00:15:49 PDT 2015


Am Sat, 28 Dec 2013 17:04:09 +0000
schrieb "bearophile" <bearophileHUGS at lycos.com>:

> David Nadlinger:
> 
> > https://github.com/ldc-developers/ldc/issues/561
> 
> Given the intensity Manu wants this feature, I think this needs 
> to be discussed in the main D newsgroup, to bring a @alwaysinline 
> or @forceinline as D standard. The differences between D 
> compilers should be minimized.
> 
> Bye,
> bearophile

Funny enough, when working on fast.json I had to avoid bsr(),
too because of missed inlining. (It is a common need for
emulated floating point calculations.)

-- 
Marco



More information about the digitalmars-d-ldc mailing list