Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla
Bug 40 - Missing "flatten" and "inline" GCC attributes in GDC
Summary: Missing "flatten" and "inline" GCC attributes in GDC
Status: RESOLVED FIXED
Alias: None
Product: GDC
Classification: Unclassified
Component: gdc (show other bugs)
Version: development
Hardware: All All
: --- normal
Assignee: Iain Buclaw
URL: http://forum.dlang.org/post/mailman.2...
Depends on:
Blocks:
 
Reported: 2013-03-08 16:38 CET by art.08.09
Modified: 2013-05-14 23:16 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).