search for: symbolresolut

Displaying 3 results from an estimated 3 matches for "symbolresolut".

2017 Jun 14
2
Refining which symbols are preemptable with lto
As a follow up to https://reviews.llvm.org/D20217 I would like to use lto/thinlto to refine when a symbol is marked as local/preemptable. I'm not very familiar with lto though so would appreciate some guidance about how best to go about this. Regards Sean Fertile
2018 May 11
2
[RFC] (Thin)LTO with Linker Scripts
...e linker ======================================= The linker loads all bitcode input files and performs symbol resolution. The IRSymtab already exposes the explicit section attributes for symbols; in our case, all symbols now carry this information. (2.1) In addition to communicating the exisiting SymbolResolution flags (VisibileToRegularObj etc.), the linker also matches the linker script, determines an output section for each symbol, and passes it to LTO as part of the SymbolResolution data structure. (2.2) The linker needs to determine an output section for *all* symbols, including those with interna...
2018 May 14
0
[RFC] (Thin)LTO with Linker Scripts
...==================== > > The linker loads all bitcode input files and performs symbol resolution. The > IRSymtab already exposes the explicit section attributes for symbols; in our > case, all symbols now carry this information. > > (2.1) In addition to communicating the exisiting SymbolResolution flags > (VisibileToRegularObj etc.), the linker also matches the linker script, > determines an output section for each symbol, and passes it to LTO as part > of > the SymbolResolution data structure. > > (2.2) The linker needs to determine an output section for *all* symbols,...