• A
    Make TLS keys actually take up space · 9fd2ac74
    Alex Crichton 提交于
    If the TLS key is 0-sized, then the linux linker is apparently smart enough to
    put everything at the same pointer. OSX on the other hand, will reserve some
    space for all of them. To get around this, the TLS key now actuall consumes
    space to ensure that it gets a unique pointer
    9fd2ac74
os.rs 59.7 KB