Skip to content
  • Rafael Espindola's avatar
    a8631e38
    Use fewer allocators. · a8631e38
    Rafael Espindola authored
    Instead of having 3 section allocators per file, have 3 for all files.
    
    This is a substantial performance improvement for some cases. Linking
    chromium without gc speeds up by 1.065x.
    
    This requires using _exit in fatal since we have to avoid destructing
    an InputSection if fatal is called from the constructor.
    
    Thanks to Rui for the suggestion.
    
    llvm-svn: 285290
    a8631e38
    Use fewer allocators.
    Rafael Espindola authored
    Instead of having 3 section allocators per file, have 3 for all files.
    
    This is a substantial performance improvement for some cases. Linking
    chromium without gc speeds up by 1.065x.
    
    This requires using _exit in fatal since we have to avoid destructing
    an InputSection if fatal is called from the constructor.
    
    Thanks to Rui for the suggestion.
    
    llvm-svn: 285290
Loading