DIP 45 - approval discussion

Martin Nowak code at dawg.eu
Tue Nov 12 14:12:50 PST 2013


On Sunday, 10 November 2013 at 21:50:51 UTC, Benjamin Thaut wrote:
> You completely ignored my inlining argument. Lets assume there 
> is some small function that qualifies for inlining but accesses 
> a TLS variable marked with the export attribute.

That's not an issue, you can't inline exported functions.
This is because the actual implementation is only know at 
link-time (only at run-time on UNIX).


More information about the Digitalmars-d mailing list