kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

142_threadlocal_multi.link.hosted (194B)


      1 thread-local needs the hosted TLV/TLS runtime (Mach-O _tlv_bootstrap via libSystem; ELF static-TLS via the libc crt); link hosted rather than via bare `kit ld`. R/I/C/W cover the semantics too.