tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Memory alignment not respected in thread-local objects



On Thu, Dec 20, 2018 at 08:18:57PM +0100, Michał Górny wrote:
> My today's problem was to evaluate crashes in compiler-rt's xray tests. 
> After some debugging, I've came to the conclusion that the primary cause
> is that TLS allocated for aligned objects isn't actually aligned.

That's correct, TLS alignment is currrently mostly ignored. I don't have
a short term plan for fixing that.

Joerg


Home | Main Index | Thread Index | Old Index