On Tue, 23 Nov 2021 at 14:49, Florian Weimer <fwei...@redhat.com> wrote: > > * Dmitry Vyukov via Gcc: > > > I wanted to give heads up regarding a significant re-design of the > > ThreadSanitizer runtime: > > https://reviews.llvm.org/D112603 > > Currently it's submitted: > > https://github.com/llvm/llvm-project/commit/1784fe0532a69ead17793bced060a9bf9d232027 > > but can well be rolled back if too many buildbots fail, but should be > > submitted again soon anyway. > > > > It was extensively tested and lots of bugs were fixed, but it's still > > possible it will cause some issues just because of the size of the > > change and OS/arch sensitivity. > > Have there been changes to the glibc integration?
Hi Florian, No changes to direct glibc integration. Or what kind of integration do you mean? Tsan did not have any direct integration and worked with unmodified glibc. > Does it still hard-code the size of (private) struct pthread? I am not aware of any such hard-code.