DMD backend quality (Was: Re: DIP 1031--Deprecate Brace-Style Struct Initializers--Community Review Round 1 Discussion)

Max Samukha maxsamukha at gmail.com
Wed Feb 19 06:10:38 UTC 2020


On Wednesday, 19 February 2020 at 05:42:19 UTC, Walter Bright 
wrote:

> so it is inlining both forms. If you do have trivial functions 
> that aren't being inlined, please let me know. Thanks!

Anything with a 'switch':

void foo() {
     switch(true) {
         default:
     }
}


More information about the Digitalmars-d mailing list