<div dir="ltr"><br><br><div class="gmail_quote">On Thu, May 14, 2015 at 11:34 AM Daniel Berlin <<a href="mailto:dberlin@dberlin.org">dberlin@dberlin.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, May 14, 2015 at 11:14 AM, Eric Christopher <<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>> wrote:<br>
> I'm not sure this is a particularly great assumption to make.<br>
<br>
Which part?<br></blockquote><div><br></div><div>The binutils part :)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
>  We have to<br>
> support a lot of different build systems and tools and concentrating on<br>
> something that just binutils uses isn't particularly friendly here.<br>
I think you may have misunderstood<br>
His point was exactly that they want to be transparent to *all of* these tools.<br>
You are saying "we should be friendly to everyone". He is saying the same thing.<br>
We should be friendly to everyone. The friendly way to do this is to<br>
not require all of these tools build plugins to handle bitcode.<br>
<br>
Hence, elf-wrapped bitcode.<br></blockquote><div><br></div><div>Oh, I understood. I just don't know that I agree. To do anything with the tools will require some knowledge of bitcode anyhow or need the plugin. I'm saying that as a baseline start we should look at how to do this using the tools we've got rather than wrapping things for no real gain.</div><div><br></div><div>I've talked to Teresa a bit offline and we're going to talk more later (and discuss on the list), but there are some discussions about how to make this work either with just bitcode/llvm tools and so not requiring integration on all platforms. The latter is what I consider as particularly friendly :)</div><div><br></div><div>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
> I also<br>
> can't imagine how it's necessary for any of the lto aspects as currently<br>
> written in the proposal.<br>
><br>
> -eric<br>
><br>
> On Thu, May 14, 2015 at 9:26 AM Xinliang David Li <<a href="mailto:xinliangli@gmail.com" target="_blank">xinliangli@gmail.com</a>><br>
> wrote:<br>
>><br>
>> The design objective is to make thinLTO mostly transparent to binutil<br>
>> tools to enable easy integration with any build system in the wild.<br>
>> 'Pass-through' mode with 'ld -r' instead of the partial LTO mode is another<br>
>> reason.<br>
>><br>
>> David<br>
>><br>
>> On Thu, May 14, 2015 at 7:30 AM, Teresa Johnson <<a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a>><br>
>> wrote:<br>
>>><br>
>>> On Thu, May 14, 2015 at 7:22 AM, Eric Christopher <<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>><br>
>>> wrote:<br>
>>> > So, what Alex is saying is that we have these tools as well and they<br>
>>> > understand bitcode just fine, as well as every object format - not just<br>
>>> > ELF.<br>
>>> > :)<br>
>>><br>
>>> Right, there are also LLVM specific versions (llvm-ar, llvm-nm) that<br>
>>> handle bitcode similarly to the way the standard tool + plugin does.<br>
>>> But the goal we are trying to achieve is to allow the standard system<br>
>>> versions of the tools to handle these files without requiring a<br>
>>> plugin. I know the LLVM tool handles other object formats, but I'm not<br>
>>> sure how that helps here? We're not planning to replace those tools,<br>
>>> just allow the standard system versions to handle the intermediate<br>
>>> objects produced by ThinLTO.<br>
>>><br>
>>> Thanks,<br>
>>> Teresa<br>
>>><br>
>>> ><br>
>>> > -eric<br>
>>> ><br>
>>> ><br>
>>> > On Thu, May 14, 2015, 6:55 AM Teresa Johnson <<a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a>><br>
>>> > wrote:<br>
>>> >><br>
>>> >> On Wed, May 13, 2015 at 11:23 PM, Xinliang David Li<br>
>>> >> <<a href="mailto:xinliangli@gmail.com" target="_blank">xinliangli@gmail.com</a>> wrote:<br>
>>> >> ><br>
>>> >> ><br>
>>> >> > On Wed, May 13, 2015 at 10:46 PM, Alex Rosenberg<br>
>>> >> > <<a href="mailto:alexr@leftfield.org" target="_blank">alexr@leftfield.org</a>><br>
>>> >> > wrote:<br>
>>> >> >><br>
>>> >> >> "ELF-wrapped bitcode" seems potentially controversial to me.<br>
>>> >> >><br>
>>> >> >> What about ar, nm, and various ld implementations adds this<br>
>>> >> >> requirement?<br>
>>> >> >> What about the LLVM implementations of these tools is lacking?<br>
>>> >> ><br>
>>> >> ><br>
>>> >> > Sorry I can not parse your questions properly. Can you make it<br>
>>> >> > clearer?<br>
>>> >><br>
>>> >> Alex is asking what the issue is with ar, nm, ld -r and regular<br>
>>> >> bitcode that makes using elf-wrapped bitcode easier.<br>
>>> >><br>
>>> >> The issue is that generally you need to provide a plugin to these<br>
>>> >> tools in order for them to understand and handle bitcode files. We'd<br>
>>> >> like standard tools to work without requiring a plugin as much as<br>
>>> >> possible. And in some cases we want them to be handled different than<br>
>>> >> the way bitcode files are handled with the plugin.<br>
>>> >><br>
>>> >> nm: Without a plugin, normal bitcode files are inscrutable. When<br>
>>> >> provided the gold plugin it can emit the symbols.<br>
>>> >><br>
>>> >> ar: Without a plugin, it will create an archive of bitcode files, but<br>
>>> >> without an index, so it can't be handled by the linker even with a<br>
>>> >> plugin on an -flto link. When ar is provided the gold plugin it does<br>
>>> >> create an index, so the linker + gold plugin handle it appropriately<br>
>>> >> on an -flto link.<br>
>>> >><br>
>>> >> ld -r: Without a plugin, fails when provided bitcode inputs. When<br>
>>> >> provided the gold plugin, it handles them but compiles them all the<br>
>>> >> way through to ELF executable instructions via a partial LTO link.<br>
>>> >> This is where we would like to differ in behavior (while also not<br>
>>> >> requiring a plugin) with ELF-wrapped bitcode: we would like the ld -r<br>
>>> >> output file to still contain ELF-wrapped bitcode, delaying the LTO<br>
>>> >> until the full link step.<br>
>>> >><br>
>>> >> Let me know if that helps address your concerns.<br>
>>> >><br>
>>> >> Thanks,<br>
>>> >> Teresa<br>
>>> >><br>
>>> >> ><br>
>>> >> > David<br>
>>> >> ><br>
>>> >> >><br>
>>> >> >><br>
>>> >> >> Alex<br>
>>> >> >><br>
>>> >> >> > On May 13, 2015, at 7:44 PM, Teresa Johnson<br>
>>> >> >> > <<a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a>><br>
>>> >> >> > wrote:<br>
>>> >> >> ><br>
>>> >> >> > I've included below an RFC for implementing ThinLTO in LLVM,<br>
>>> >> >> > looking<br>
>>> >> >> > forward to feedback and questions.<br>
>>> >> >> > Thanks!<br>
>>> >> >> > Teresa<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > RFC to discuss plans for implementing ThinLTO upstream.<br>
>>> >> >> > Background<br>
>>> >> >> > can<br>
>>> >> >> > be found in slides from EuroLLVM 2015:<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > <a href="https://drive.google.com/open?id=0B036uwnWM6RWWER1ZEl5SUNENjQ&authuser=0" target="_blank">https://drive.google.com/open?id=0B036uwnWM6RWWER1ZEl5SUNENjQ&authuser=0</a>)<br>
>>> >> >> > As described in the talk, we have a prototype implementation, and<br>
>>> >> >> > would like to start staging patches upstream. This RFC describes<br>
>>> >> >> > a<br>
>>> >> >> > breakdown of the major pieces. We would like to commit upstream<br>
>>> >> >> > gradually in several stages, with all functionality off by<br>
>>> >> >> > default.<br>
>>> >> >> > The core ThinLTO importing support and tuning will require<br>
>>> >> >> > frequent<br>
>>> >> >> > change and iteration during testing and tuning, and for that part<br>
>>> >> >> > we<br>
>>> >> >> > would like to commit rapidly (off by default). See the proposed<br>
>>> >> >> > staged<br>
>>> >> >> > implementation described in the Implementation Plan section.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > ThinLTO Overview<br>
>>> >> >> > ==============<br>
>>> >> >> ><br>
>>> >> >> > See the talk slides linked above for more details. The following<br>
>>> >> >> > is a<br>
>>> >> >> > high-level overview of the motivation.<br>
>>> >> >> ><br>
>>> >> >> > Cross Module Optimization (CMO) is an effective means for<br>
>>> >> >> > improving<br>
>>> >> >> > runtime performance, by extending the scope of optimizations<br>
>>> >> >> > across<br>
>>> >> >> > source module boundaries. Without CMO, the compiler is limited to<br>
>>> >> >> > optimizing within the scope of single source modules. Two<br>
>>> >> >> > solutions<br>
>>> >> >> > for enabling CMO are Link-Time Optimization (LTO), which is<br>
>>> >> >> > currently<br>
>>> >> >> > supported in LLVM and GCC, and Lightweight-Interprocedural<br>
>>> >> >> > Optimization (LIPO). However, each of these solutions has<br>
>>> >> >> > limitations<br>
>>> >> >> > that prevent it from being enabled by default. ThinLTO is a new<br>
>>> >> >> > approach that attempts to address these limitations, with a goal<br>
>>> >> >> > of<br>
>>> >> >> > being enabled more broadly. ThinLTO is designed with many of the<br>
>>> >> >> > same<br>
>>> >> >> > principals as LIPO, and therefore its advantages, without any of<br>
>>> >> >> > its<br>
>>> >> >> > inherent weakness. Unlike in LIPO where the module group decision<br>
>>> >> >> > is<br>
>>> >> >> > made at profile training runtime, ThinLTO makes the decision at<br>
>>> >> >> > compile time, but in a lazy mode that facilitates large scale<br>
>>> >> >> > parallelism. The serial linker plugin phase is designed to be<br>
>>> >> >> > razor<br>
>>> >> >> > thin and blazingly fast. By default this step only does minimal<br>
>>> >> >> > preparation work to enable the parallel lazy importing performed<br>
>>> >> >> > later. ThinLTO aims to be scalable like a regular O2 build,<br>
>>> >> >> > enabling<br>
>>> >> >> > CMO on machines without large memory configurations, while also<br>
>>> >> >> > integrating well with distributed build systems. Results from<br>
>>> >> >> > early<br>
>>> >> >> > prototyping on SPEC cpu2006 C++ benchmarks are in line with<br>
>>> >> >> > expectations that ThinLTO can scale like O2 while enabling much<br>
>>> >> >> > of<br>
>>> >> >> > the<br>
>>> >> >> > CMO performed during a full LTO build.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > A ThinLTO build is divided into 3 phases, which are referred to<br>
>>> >> >> > in<br>
>>> >> >> > the<br>
>>> >> >> > following implementation plan:<br>
>>> >> >> ><br>
>>> >> >> > phase-1: IR and Function Summary Generation (-c compile)<br>
>>> >> >> > phase-2: Thin Linker Plugin Layer (thin archive linker step)<br>
>>> >> >> > phase-3: Parallel Backend with Demand-Driven Importing<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > Implementation Plan<br>
>>> >> >> > ================<br>
>>> >> >> ><br>
>>> >> >> > This section gives a high-level breakdown of the ThinLTO support<br>
>>> >> >> > that<br>
>>> >> >> > will be added, in roughly the order that the patches would be<br>
>>> >> >> > staged.<br>
>>> >> >> > The patches are divided into three stages. The first stage<br>
>>> >> >> > contains a<br>
>>> >> >> > minimal amount of preparation work that is not ThinLTO-specific.<br>
>>> >> >> > The<br>
>>> >> >> > second stage contains most of the infrastructure for ThinLTO,<br>
>>> >> >> > which<br>
>>> >> >> > will be off by default. The third stage includes<br>
>>> >> >> > enhancements/improvements/tunings that can be performed after the<br>
>>> >> >> > main<br>
>>> >> >> > ThinLTO infrastructure is in.<br>
>>> >> >> ><br>
>>> >> >> > The second and third implementation stages will initially be very<br>
>>> >> >> > volatile, requiring a lot of iterations and tuning with large<br>
>>> >> >> > apps to<br>
>>> >> >> > get stabilized. Therefore it will be important to do fast commits<br>
>>> >> >> > for<br>
>>> >> >> > these implementation stages.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > 1. Stage 1: Preparation<br>
>>> >> >> > -------------------------------<br>
>>> >> >> ><br>
>>> >> >> > The first planned sets of patches are enablers for ThinLTO work:<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > a. LTO directory structure:<br>
>>> >> >> ><br>
>>> >> >> > Restructure the LTO directory to remove circular dependence when<br>
>>> >> >> > ThinLTO pass added. Because ThinLTO is being implemented as a SCC<br>
>>> >> >> > pass<br>
>>> >> >> > within Transforms/IPO, and leverages the LTOModule class for<br>
>>> >> >> > linking<br>
>>> >> >> > in functions from modules, IPO then requires the LTO library.<br>
>>> >> >> > This<br>
>>> >> >> > creates a circular dependence between LTO and IPO. To break that,<br>
>>> >> >> > we<br>
>>> >> >> > need to split the lib/LTO directory/library into lib/LTO/CodeGen<br>
>>> >> >> > and<br>
>>> >> >> > lib/LTO/Module, containing LTOCodeGenerator and LTOModule,<br>
>>> >> >> > respectively. Only LTOCodeGenerator has a dependence on IPO,<br>
>>> >> >> > removing<br>
>>> >> >> > the circular dependence.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > b. ELF wrapper generation support:<br>
>>> >> >> ><br>
>>> >> >> > Implement ELF wrapped bitcode writer. In order to more easily<br>
>>> >> >> > interact<br>
>>> >> >> > with tools such as $AR, $NM, and “$LD -r” we plan to emit the<br>
>>> >> >> > phase-1<br>
>>> >> >> > bitcode wrapped in ELF via the .llvmbc section, along with a<br>
>>> >> >> > symbol<br>
>>> >> >> > table. The goal is both to interact with these tools without<br>
>>> >> >> > requiring<br>
>>> >> >> > a plugin, and also to avoid doing partial LTO/ThinLTO across<br>
>>> >> >> > files<br>
>>> >> >> > linked with “$LD -r” (i.e. the resulting object file should still<br>
>>> >> >> > contain ELF-wrapped bitcode to enable ThinLTO at the full link<br>
>>> >> >> > step).<br>
>>> >> >> > I will send a separate design document for these changes, but the<br>
>>> >> >> > following is a high-level overview.<br>
>>> >> >> ><br>
>>> >> >> > Support was added to LLVM for reading ELF-wrapped bitcode<br>
>>> >> >> > (<a href="http://reviews.llvm.org/rL218078" target="_blank">http://reviews.llvm.org/rL218078</a>), but there does not yet exist<br>
>>> >> >> > support in LLVM/Clang for emitting bitcode wrapped in ELF. I plan<br>
>>> >> >> > to<br>
>>> >> >> > add support for optionally generating bitcode in an ELF file<br>
>>> >> >> > containing a single .llvmbc section holding the bitcode.<br>
>>> >> >> > Specifically,<br>
>>> >> >> > the patch would add new options “emit-llvm-bc-elf” (object file)<br>
>>> >> >> > and<br>
>>> >> >> > corresponding “emit-llvm-elf” (textual assembly code equivalent).<br>
>>> >> >> > Eventually these would be automatically triggered under<br>
>>> >> >> > “-fthinlto<br>
>>> >> >> > -c”<br>
>>> >> >> > and “-fthinlto -S”, respectively.<br>
>>> >> >> ><br>
>>> >> >> > Additionally, a symbol table will be generated in the ELF file,<br>
>>> >> >> > holding the function symbols within the bitcode. This facilitates<br>
>>> >> >> > handling archives of the ELF-wrapped bitcode created with $AR,<br>
>>> >> >> > since<br>
>>> >> >> > the archive will have a symbol table as well. The archive symbol<br>
>>> >> >> > table<br>
>>> >> >> > enables gold to extract and pass to the plugin the constituent<br>
>>> >> >> > ELF-wrapped bitcode files. To support the concatenated llvmbc<br>
>>> >> >> > section<br>
>>> >> >> > generated by “$LD -r”, some handling needs to be added to gold<br>
>>> >> >> > and to<br>
>>> >> >> > the backend driver to process each original module’s bitcode.<br>
>>> >> >> ><br>
>>> >> >> > The function index/summary will later be added as a special ELF<br>
>>> >> >> > section alongside the .llvmbc sections.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > 2. Stage 2: ThinLTO Infrastructure<br>
>>> >> >> > ----------------------------------------------<br>
>>> >> >> ><br>
>>> >> >> > The next set of patches adds the base implementation of the<br>
>>> >> >> > ThinLTO<br>
>>> >> >> > infrastructure, specifically those required to make ThinLTO<br>
>>> >> >> > functional<br>
>>> >> >> > and generate correct but not necessarily high-performing<br>
>>> >> >> > binaries. It<br>
>>> >> >> > also does not include support to make debug support under -g<br>
>>> >> >> > efficient<br>
>>> >> >> > with ThinLTO.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > a. Clang/LLVM/gold linker options:<br>
>>> >> >> ><br>
>>> >> >> > An early set of clang/llvm patches is needed to provide options<br>
>>> >> >> > to<br>
>>> >> >> > enable ThinLTO (off by default), so that the rest of the<br>
>>> >> >> > implementation can be disabled by default as it is added.<br>
>>> >> >> > Specifically, clang options -fthinlto (used instead of -flto)<br>
>>> >> >> > will<br>
>>> >> >> > cause clang to invoke the phase-1 emission of LLVM bitcode and<br>
>>> >> >> > function summary/index on a compile step, and pass the<br>
>>> >> >> > appropriate<br>
>>> >> >> > option to the gold plugin on a link step. The -thinlto option<br>
>>> >> >> > will be<br>
>>> >> >> > added to the gold plugin and llvm-lto tool to launch the phase-2<br>
>>> >> >> > thin<br>
>>> >> >> > archive step. The -thinlto option will also be added to the ‘opt’<br>
>>> >> >> > tool<br>
>>> >> >> > to invoke it as a phase-3 parallel backend instance.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > b. Thin-archive linking support in Gold plugin and llvm-lto:<br>
>>> >> >> ><br>
>>> >> >> > Under the new plugin option (see above), the plugin needs to<br>
>>> >> >> > perform<br>
>>> >> >> > the phase-2 (thin archive) link which simply emits a combined<br>
>>> >> >> > function<br>
>>> >> >> > map from the linked modules, without actually performing the<br>
>>> >> >> > normal<br>
>>> >> >> > link. Corresponding support should be added to the standalone<br>
>>> >> >> > llvm-lto<br>
>>> >> >> > tool to enable testing/debugging without involving the linker and<br>
>>> >> >> > plugin.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > c. ThinLTO backend support:<br>
>>> >> >> ><br>
>>> >> >> > Support for invoking a phase-3 backend invocation (including<br>
>>> >> >> > importing) on a module should be added to the ‘opt’ tool under<br>
>>> >> >> > the<br>
>>> >> >> > new<br>
>>> >> >> > option. The main change under the option is to instantiate a<br>
>>> >> >> > Linker<br>
>>> >> >> > object used to manage the process of linking imported functions<br>
>>> >> >> > into<br>
>>> >> >> > the module, efficient read of the combined function map, and<br>
>>> >> >> > enable<br>
>>> >> >> > the ThinLTO import pass.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > d. Function index/summary support:<br>
>>> >> >> ><br>
>>> >> >> > This includes infrastructure for writing and reading the function<br>
>>> >> >> > index/summary section. As noted earlier this will be encoded in a<br>
>>> >> >> > special ELF section within the module, alongside the .llvmbc<br>
>>> >> >> > section<br>
>>> >> >> > containing the bitcode. The thin archive generated by phase-2 of<br>
>>> >> >> > ThinLTO simply contains all of the function index/summary<br>
>>> >> >> > sections<br>
>>> >> >> > across the linked modules, organized for efficient function<br>
>>> >> >> > lookup.<br>
>>> >> >> ><br>
>>> >> >> > Each function available for importing from the module contains an<br>
>>> >> >> > entry in the module’s function index/summary section and in the<br>
>>> >> >> > resulting combined function map. Each function entry contains<br>
>>> >> >> > that<br>
>>> >> >> > function’s offset within the bitcode file, used to efficiently<br>
>>> >> >> > locate<br>
>>> >> >> > and quickly import just that function. The entry also contains<br>
>>> >> >> > summary<br>
>>> >> >> > information (e.g. basic information determined during parsing<br>
>>> >> >> > such as<br>
>>> >> >> > the number of instructions in the function), that will be used to<br>
>>> >> >> > help<br>
>>> >> >> > guide later import decisions. Because the contents of this<br>
>>> >> >> > section<br>
>>> >> >> > will change frequently during ThinLTO tuning, it should also be<br>
>>> >> >> > marked<br>
>>> >> >> > with a version id for backwards compatibility or version<br>
>>> >> >> > checking.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > e. ThinLTO importing support:<br>
>>> >> >> ><br>
>>> >> >> > Support for the mechanics of importing functions from other<br>
>>> >> >> > modules,<br>
>>> >> >> > which can go in gradually as a set of patches since it will be<br>
>>> >> >> > off by<br>
>>> >> >> > default. Separate patches can include:<br>
>>> >> >> ><br>
>>> >> >> > - BitcodeReader changes to use function index to<br>
>>> >> >> > import/deserialize<br>
>>> >> >> > single function of interest (small changes, leverages existing<br>
>>> >> >> > lazy<br>
>>> >> >> > streamer support).<br>
>>> >> >> ><br>
>>> >> >> > - Minor LTOModule changes to pass the ThinLTO function to import<br>
>>> >> >> > and<br>
>>> >> >> > its index into bitcode reader.<br>
>>> >> >> ><br>
>>> >> >> > - Marking of imported functions (for use in ThinLTO-specific<br>
>>> >> >> > symbol<br>
>>> >> >> > linking and global DCE, for example). This can be in-memory<br>
>>> >> >> > initially,<br>
>>> >> >> > but IR support may be required in order to support streaming<br>
>>> >> >> > bitcode<br>
>>> >> >> > out and back in again after importing.<br>
>>> >> >> ><br>
>>> >> >> > - ModuleLinker changes to do ThinLTO-specific symbol linking and<br>
>>> >> >> > static promotion when necessary. The linkage type of imported<br>
>>> >> >> > functions changes to AvailableExternallyLinkage, for example.<br>
>>> >> >> > Statics<br>
>>> >> >> > must be promoted in certain cases, and renamed in consistent<br>
>>> >> >> > ways.<br>
>>> >> >> ><br>
>>> >> >> > - GlobalDCE changes to support removing imported functions that<br>
>>> >> >> > were<br>
>>> >> >> > not inlined (very small changes to existing pass logic).<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > f. ThinLTO Import Driver SCC pass:<br>
>>> >> >> ><br>
>>> >> >> > Adds Transforms/IPO/ThinLTO.cpp with framework for doing ThinLTO<br>
>>> >> >> > via<br>
>>> >> >> > an SCC pass, enabled only under -fthinlto options. The pass<br>
>>> >> >> > includes<br>
>>> >> >> > utilizing the thin archive (global function index/summary),<br>
>>> >> >> > import<br>
>>> >> >> > decision heuristics, invocation of LTOModule/ModuleLinker<br>
>>> >> >> > routines<br>
>>> >> >> > that perform the import, and any necessary callgraph updates and<br>
>>> >> >> > verification.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > g. Backend Driver:<br>
>>> >> >> ><br>
>>> >> >> > For a single node build, the gold plugin can simply write a<br>
>>> >> >> > makefile<br>
>>> >> >> > and fork the parallel backend instances directly via parallel<br>
>>> >> >> > make.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > 3. Stage 3: ThinLTO Tuning and Enhancements<br>
>>> >> >> > ----------------------------------------------------------------<br>
>>> >> >> ><br>
>>> >> >> > This refers to the patches that are not required for ThinLTO to<br>
>>> >> >> > work,<br>
>>> >> >> > but rather to improve compile time, memory, run-time performance<br>
>>> >> >> > and<br>
>>> >> >> > usability.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > a. Lazy Debug Metadata Linking:<br>
>>> >> >> ><br>
>>> >> >> > The prototype implementation included lazy importing of<br>
>>> >> >> > module-level<br>
>>> >> >> > metadata during the ThinLTO pass finalization (i.e. after all<br>
>>> >> >> > function<br>
>>> >> >> > importing is complete). This actually applies to all module-level<br>
>>> >> >> > metadata, not just debug, although it is the largest. This can be<br>
>>> >> >> > added as a separate set of patches. Changes to BitcodeReader,<br>
>>> >> >> > ValueMapper, ModuleLinker<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > b. Import Tuning:<br>
>>> >> >> ><br>
>>> >> >> > Tuning the import strategy will be an iterative process that will<br>
>>> >> >> > continue to be refined over time. It involves several different<br>
>>> >> >> > types<br>
>>> >> >> > of changes: adding support for recording additional metrics in<br>
>>> >> >> > the<br>
>>> >> >> > function summary, such as profile data and optional<br>
>>> >> >> > heavier-weight<br>
>>> >> >> > IPA<br>
>>> >> >> > analyses, and tuning the import heuristics based on the summary<br>
>>> >> >> > and<br>
>>> >> >> > callsite context.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > c. Combined Function Map Pruning:<br>
>>> >> >> ><br>
>>> >> >> > The combined function map can be pruned of functions that are<br>
>>> >> >> > unlikely<br>
>>> >> >> > to benefit from being imported. For example, during the phase-2<br>
>>> >> >> > thin<br>
>>> >> >> > archive plug step we can safely omit large and (with profile<br>
>>> >> >> > data)<br>
>>> >> >> > cold functions, which are unlikely to benefit from being inlined.<br>
>>> >> >> > Additionally, all but one copy of comdat functions can be<br>
>>> >> >> > suppressed.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > d. Distributed Build System Integration:<br>
>>> >> >> ><br>
>>> >> >> > For a distributed build system, the gold plugin should write the<br>
>>> >> >> > parallel backend invocations into a makefile, including the<br>
>>> >> >> > mapping<br>
>>> >> >> > from the IR file to the real object file path, and exit.<br>
>>> >> >> > Additional<br>
>>> >> >> > work needs to be done in the distributed build system itself to<br>
>>> >> >> > distribute and dispatch the parallel backend jobs to the build<br>
>>> >> >> > cluster.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > e. Dependence Tracking and Incremental Compiles:<br>
>>> >> >> ><br>
>>> >> >> > In order to support build systems that stage from local disks or<br>
>>> >> >> > network storage, the plugin will optionally support computation<br>
>>> >> >> > of<br>
>>> >> >> > dependent sets of IR files that each module may import from. This<br>
>>> >> >> > can<br>
>>> >> >> > be computed from profile data, if it exists, or from the symbol<br>
>>> >> >> > table<br>
>>> >> >> > and heuristics if not. These dependence sets also enable support<br>
>>> >> >> > for<br>
>>> >> >> > incremental backend compiles.<br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> ><br>
>>> >> >> > --<br>
>>> >> >> > Teresa Johnson | Software Engineer | <a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a> |<br>
>>> >> >> > 408-460-2413<br>
>>> >> >> ><br>
>>> >> >> > _______________________________________________<br>
>>> >> >> > LLVM Developers mailing list<br>
>>> >> >> > <a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
>>> >> >> > <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
>>> >> >><br>
>>> >> >> _______________________________________________<br>
>>> >> >> LLVM Developers mailing list<br>
>>> >> >> <a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
>>> >> >> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
>>> >> ><br>
>>> >> ><br>
>>> >><br>
>>> >><br>
>>> >><br>
>>> >> --<br>
>>> >> Teresa Johnson | Software Engineer | <a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a> |<br>
>>> >> 408-460-2413<br>
>>> >><br>
>>> >> _______________________________________________<br>
>>> >> LLVM Developers mailing list<br>
>>> >> <a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
>>> >> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Teresa Johnson | Software Engineer | <a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a> | 408-460-2413<br>
>><br>
>><br>
><br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
><br>
</blockquote></div></div>