[Issue 14054] New: Use jemalloc in dmd
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Jan 26 13:46:39 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14054
          Issue ID: 14054
           Summary: Use jemalloc in dmd
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: andrei at erdani.com
There are a number of options, ranging from specifying jemalloc in the linking
command line of the makefile on an opt-in basis, to distributing jemalloc's
source itself.
jemalloc improves dmd's run time by 15%. It's licensed via a BSD 4-clause
license which specifically eliminates the dreaded binary attribution clause.
--
    
    
More information about the Digitalmars-d-bugs
mailing list