[llvm-branch-commits] [sanitizer] Switch from lazy `ThreadDescriptorSize` (PR #108923)

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 16 20:52:29 PDT 2024


https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/108923

`ThreadDescriptorSize` uses `dlsym` which may use
malloc in unexpected time.

It's relatively easy to init size with regular
init.

This reverts commit 9f40cadf1bfd2cc5baf3058b13a554c7535f9acf.





More information about the llvm-branch-commits mailing list