Skip to content
  • Rafael Espindola's avatar
    5da1d884
    Reduce the number of allocators. · 5da1d884
    Rafael Espindola authored
    We used to have one allocator per file, which reduces the advantage of
    using an allocator in the first place.
    
    This is a small speed up is most cases. The largest speedup was in
    1.014X in chromium no-gc. The largest slowdown was scylla at 1.003X.
    
    llvm-svn: 285205
    5da1d884
    Reduce the number of allocators.
    Rafael Espindola authored
    We used to have one allocator per file, which reduces the advantage of
    using an allocator in the first place.
    
    This is a small speed up is most cases. The largest speedup was in
    1.014X in chromium no-gc. The largest slowdown was scylla at 1.003X.
    
    llvm-svn: 285205
Loading