[PATCH] D44313: [WebAssembly] Implement GC for imports

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 10:07:24 PDT 2018


ncw updated this revision to Diff 138218.
ncw marked an inline comment as done.
ncw added a comment.

Updated:

- rebased and fixed conflicts
- Move Live flag from Symbol to UndefinedFunction::ImportLive to clarify what it is that we're marking live
- small nits based on feedback


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D44313

Files:
  test/wasm/Inputs/undefined-globals.yaml
  test/wasm/gc-imports.ll
  wasm/MarkLive.cpp
  wasm/Symbols.cpp
  wasm/Symbols.h
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44313.138218.patch
Type: text/x-patch
Size: 12516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180313/90aec67d/attachment.bin>


More information about the llvm-commits mailing list