Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla

Bug 40

Summary: Missing "flatten" and "inline" GCC attributes in GDC
Product: GDC Reporter: art.08.09
Component: gdcAssignee: Iain Buclaw <ibuclaw>
Status: RESOLVED FIXED    
Severity: normal CC: art.08.09
Priority: ---    
Version: development   
Hardware: All   
OS: All   
URL: http://forum.dlang.org/post/mailman.281.1362755942.14496.d.gnu@puremagic.com

Description art.08.09 2013-03-08 16:38:16 CET
From ML thread:

need @flatten to get decent performance, and
@noinline to have compile times measured in minutes and not hours (literally, as
@flatten can otherwise result in practically infinite recursive inlining).