[Issue 11267] New: Resulting executable sizes varies a lot

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 15 00:40:10 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11267

           Summary: Resulting executable sizes varies a lot
           Product: D
           Version: D2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: g.sayol at yahoo.es


--- Comment #0 from Jordi Sayol <g.sayol at yahoo.es> 2013-10-15 00:40:09 PDT ---
On Debian stable (7.1), a simple "Hello World" program dramatically varies the
executable size depending on compiler version and linking type:


DMD v2.063.2 (32-bit)
 static: 672 KB
 shared:  91 KB

DMD v2.064 (32-bit)
 static: 1164 KB
 shared:   42 KB


DMD v2.063.2 (64-bit)
 static: 789 KB
 shared: 111 KB

DMD v2.064 (64-bit)
 static: 1348 KB
 shared:   51 KB

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list