[PATCH] D102937: [lld][WebAssembly] Fix for PIC output + TLS + non-shared-memory

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 11:13:42 PDT 2021


dschuff added a comment.

Does avoiding combing data segments in shared-memory mode mean that there will have to be a lot more passive segment initializations run at load time, instead of just one before?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102937



More information about the llvm-commits mailing list