[PATCH] D43966: [WebAssembly] Simplify COMDAT handling.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 13:52:03 PST 2018


ruiu added a comment.

If I understand the existing code correctly, the new code should do exactly the same as before, with less number of hash table lookups.


https://reviews.llvm.org/D43966





More information about the llvm-commits mailing list