[all-commits] [llvm/llvm-project] ea6c8b: [BOLT][DWARF] Reduce overhead for sized dealloc

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Fri Jan 14 17:33:13 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea6c8b013e4881cbfa590a413c9903143cb27ca7
      https://github.com/llvm/llvm-project/commit/ea6c8b013e4881cbfa590a413c9903143cb27ca7
  Author: Alexander Yermolovich <ayermolo at fb.com>
  Date:   2022-01-14 (Fri, 14 Jan 2022)

  Changed paths:
    M bolt/include/bolt/Core/DebugData.h
    M bolt/lib/Core/DebugData.cpp

  Log Message:
  -----------
  [BOLT][DWARF] Reduce overhead for sized dealloc

This is a follow up to Fix size mismatch error with jemalloc.
4243b6582cf3bb5fbcde908913d4779ded731321
Although that fix works it increased memory footprint.
With this patch we go back to original memory footprint.

Reviewed By: maksfb

Differential Revision: https://reviews.llvm.org/D117341




More information about the All-commits mailing list