[PATCH] D44344: [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 9 17:23:50 PST 2018
ncw created this revision.
ncw added reviewers: sbc100, ruiu.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.
This reduces the number of lookups to one per COMDAT group, rather than one per symbol in a COMDAT group.
See https://reviews.llvm.org/D44343
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D44344
Files:
wasm/InputChunks.cpp
wasm/InputChunks.h
wasm/InputFiles.cpp
wasm/InputFiles.h
wasm/SymbolTable.cpp
wasm/SymbolTable.h
wasm/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44344.137879.patch
Type: text/x-patch
Size: 5892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180310/03159d17/attachment.bin>
More information about the llvm-commits
mailing list