What does 'inline' mean?

Stefan Koch uplink.coder at googlemail.com
Wed Jun 10 18:08:15 UTC 2020


On Wednesday, 10 June 2020 at 01:48:20 UTC, Walter Bright wrote:
> On 6/9/2020 4:31 PM, Manu wrote:
>> [...]
>
> It isn't redundant work to do it in the linker. It is redundant 
> to do half of the linker's job in the compiler, throw away the 
> other half of it, and re-do it in the linker.
>
> [...]

we have a project that compiles with "-allinst -allinst -allinst".
To avoid such errors.
(the repetition comes from dub appending to the dflags)


More information about the Digitalmars-d mailing list