[libcxx-commits] [PATCH] D126975: [libunwind] Disable DwarfFDECache if _LIBUNWIND_NO_HEAP=1

Maksim Kita via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 3 10:30:17 PDT 2022


kitaisreal added a comment.

In add method of  DwarfFDECache we disable adding entries into cache if _LIBUNWIND_NO_HEAP=1. Other methods could also be disabled if  _LIBUNWIND_NO_HEAP=1, to avoid mutex lock, unlock and empty cache check.


Repository:
  rUNW libunwind

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126975/new/

https://reviews.llvm.org/D126975



More information about the libcxx-commits mailing list