dschuff added a comment.

The `offset` field of a segment can be a constant expression 
<https://webassembly.github.io/spec/core/valid/instructions.html#constant-expressions>
 which can be a `global.get` of an imported global. So we could have an 
imported global `__tls_base` which is different for each thread, and have an 
active segment with that as its segment offset?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64537/new/

https://reviews.llvm.org/D64537



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to