H1 2015 Priorities and Bare-Metal Programming

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 3 02:10:52 PST 2015


"Tobias Pankrath"  wrote in message 
news:cumpcsdbtreytdxxcnut at forum.dlang.org...

> Besides this: Why should a compiler that has an inliner fail to inline a 
> function marked with force_inline? The result may be undesirable but it 
> should always work at least?

The inliner in dmd fails to inline many constructs, loops for example.  It 
would succeed on all of the cases relevant to wrapping mmio. 



More information about the Digitalmars-d mailing list