[PATCH] D117341: [BOLT][DWARF] Reduce overhead for sized dealloc
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 14 10:41:54 PST 2022
ayermolo created this revision.
Herald added subscribers: hoy, modimo, wenlei, mgrang.
Herald added a reviewer: rafauler.
ayermolo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is a follow up to Fix size mismatch error with jemalloc.
Although that fix works it increased memory footprint.
With this patch we go back to original memory footprint.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117341
Files:
bolt/include/bolt/Core/DebugData.h
bolt/lib/Core/DebugData.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117341.400069.patch
Type: text/x-patch
Size: 5932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220114/4faf4f8d/attachment.bin>
More information about the llvm-commits
mailing list