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

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 11:05:20 PDT 2018


ncw updated this revision to Diff 139960.
ncw added a comment.

Updated - sorry for the long wait!

I think this now represents the consensus? At least, I think I've made all the changes requested above.

It's now looking almost identical to the very first revision of the diff actually..!

Rebased, and changed to add a "Referenced" bit on the Symbol class.


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.139960.patch
Type: text/x-patch
Size: 9635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180327/09be96c3/attachment.bin>


More information about the llvm-commits mailing list