Displaying 2 results from an estimated 2 matches for "getmoduleforfil".
Did you mean:
getmoduleforfile
2015 May 15
3
[LLVMdev] RFC: ThinLTO Impementation Plan
...ring metadata value mapping using the saved index.
>
> AFAICT, the gold-plugin currently does similar work. (Rafael knows
> this code better (I've only introduced bugs there), but IIRC he's on
> vacation until next week.) Even in "full" LTO.
>
> Have a look at `getModuleForFile()` and its calling loop inside
> `allSymbolsReadHook()`:
>
> 1. Load a single module, lazily.
> 2. Delete the bodies of unwanted functions (without ever loading them)
> and fiddle with linkage as necessary.
3. Link in the module.
> 4. Delete the module.
>
> How is...
2015 May 15
8
[LLVMdev] RFC: ThinLTO Impementation Plan
Thanks for all the feedback and questions, answers below.
Teresa
On Thu, May 14, 2015 at 4:29 PM, Duncan P. N. Exon Smith
<dexonsmith at apple.com> wrote:
>
>> On 2015-May-13, at 11:44, Teresa Johnson <tejohnson at google.com> wrote:
>>
>> I've included below an RFC for implementing ThinLTO in LLVM, looking
>> forward to feedback and questions.
>>