[PATCH] D44150: [WebAssembly] Move WasmSignatureDenseMapInfo to header for reuse. NFC

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 09:05:16 PST 2018


ncw added a comment.

Thanks for the reviews - I've actually been deluged with "real" work and won't have any time at all to respond and land things today. Sorry for filing a batch of patches and then ignoring them...

Patches I have coming up - in my queue and just need to submit them:

- Fiddling with COMDAT handling, to avoid the need to do a hashmap lookup per symbol
- Improve MarkLive to allow pruning imports as well as defined functions
- Output demangled names in the "name" section for linked output (Dan Gohman indicated that was the intended design, and it makes good sense actually)
- Add support for thread-local variables

After that, all the patches I accumulated over Feb will be caught up!

Things I intend to look into after that:

- Save some space by avoiding writing out zeros for BSS segments
- ICF support (fold identical constant data sections together)


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D44150





More information about the llvm-commits mailing list