[Issue 14053] "Hello world" generates bloat in the object file

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jan 26 10:46:54 PST 2015


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

Andrei Alexandrescu <andrei at erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DMD                         |Phobos
                 OS|Mac OS X                    |All

--- Comment #1 from Andrei Alexandrescu <andrei at erdani.com> ---
Consider http://goo.gl/qv5NKz

* main() should inline to a call to puts and throwing an exception

* There should be no unittest-related and no assert-related generated code in
-release mode

--


More information about the Digitalmars-d-bugs mailing list