[PATCH] D35592: [WebAssembly] Remove duplicated RTLIB names
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 16:54:03 PDT 2017
dschuff created this revision.
Herald added subscribers: jgravelle-google, sbc100, jfb.
Also, some cleanup:
Use ManagedStatics instead of const tables to avoid memory/binary bloat.
Use a StringMap instead of a linear search for name lookup.
https://reviews.llvm.org/D35592
Files:
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35592.107208.patch
Type: text/x-patch
Size: 57964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170718/2ae67b37/attachment.bin>
More information about the llvm-commits
mailing list