D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 20186 - File size of "Hello, world" executable increased by 185KB
Summary: File size of "Hello, world" executable increased by 185KB
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: x86_64 Linux
: P1 regression
Assignee: No Owner
URL:
Keywords: performance, pull
Depends on:
Blocks:
 
Reported: 2019-09-01 03:23 UTC by Vladimir Panteleev
Modified: 2019-09-01 12:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Comment 1 Dlang Bot 2019-09-01 03:27:21 UTC
@CyberShadow created dlang/phobos pull request #7164 "Fix Issue 20186 - File size of "Hello, world" executable increased by 185KB" fixing this issue:

- Fix Issue 20186 - File size of "Hello, world" executable increased by 185KB
  
  We can delay the std.format import until the relevant templates are
  instantiated.

https://github.com/dlang/phobos/pull/7164
Comment 2 Dlang Bot 2019-09-01 12:08:38 UTC
dlang/phobos pull request #7164 "Fix Issue 20186 - File size of "Hello, world" executable increased by 185KB" was merged into master:

- fe87dc7c4216f7f695ccf3500f92af0cece3d60b by Vladimir Panteleev:
  Fix Issue 20186 - File size of "Hello, world" executable increased by 185KB
  
  We can delay the std.format import until the relevant templates are
  instantiated.

https://github.com/dlang/phobos/pull/7164