[PATCH] D64537: [WebAssembly] Implement thread-local storage (local-exec model)
Derek Schuff via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 15 15:24:32 PDT 2019
dschuff added a comment.
Another high-level question (based just on reading the CL description): The TLS-size intrinsic is per-function, does that mean that the tls-init function is called for every function? are there just multiple TLS sections per object file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64537/new/
https://reviews.llvm.org/D64537
More information about the cfe-commits
mailing list