[PATCH] D41315: [WebAssembly] Output function individually
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 16:53:46 PST 2017
sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.
The code section is now written out one function
at a time rather than all the functions in a given
objects being serialized at once.
This change lays the groundwork for supporting
--gc-sections.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D41315
Files:
wasm/InputFiles.cpp
wasm/InputFiles.h
wasm/InputFunction.h
wasm/InputSegment.h
wasm/OutputSections.cpp
wasm/OutputSections.h
wasm/SymbolTable.cpp
wasm/SymbolTable.h
wasm/Symbols.cpp
wasm/Symbols.h
wasm/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41315.127209.patch
Type: text/x-patch
Size: 35702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171216/c3f2a5ba/attachment.bin>
More information about the llvm-commits
mailing list