[Issue 13873] 2.066.1 Compiling with -debug -inline generates huge files

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jan 12 08:08:21 PST 2015


https://issues.dlang.org/show_bug.cgi?id=13873

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
This doesn't affect linked binaries. It seems that more modules are imported in
debug mode when generating code for inlined functions.

The underlying problem here is that the inline pass simply runs semantic3 on
all imported functions. It should do that for the ones that are actually used.

--


More information about the Digitalmars-d-bugs mailing list