[Issue 20925] pragma(inline) should emit code to the calling CU + appropriate linker flags

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 13 03:29:43 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20925

--- Comment #7 from Manu <turkeyman at gmail.com> ---
> and `pragma(inline, false)` mean never-inline-into-any-callers-and-only-emit-into-owning-CU just isn't sound.

Fair. This is where the forum thread should have gone.
Alternative suggestions welcome... but it still needs to work.

To be fair though; `pragma(inline, false)` isn't really clear from any
perspective. What should it mean normally? Is it supposed to mean something
useful? I don't think it's likely anyone would ever want that.

--


More information about the Digitalmars-d-bugs mailing list