search for: globalsisneeded

Displaying 2 results from an estimated 2 matches for "globalsisneeded".

Did you mean: globalisneeded
2015 May 15
2
[LLVMdev] RFC: ThinLTO Impementation Plan
On Fri, May 15, 2015 at 9:18 AM, David Blaikie <dblaikie at gmail.com> wrote: > >> >> - Marking of imported functions (for use in ThinLTO-specific symbol >> >> linking and global DCE, for example). >> > >> > Marking how? Do you mean giving them internal linkage, or something >> > else? >> >> Mentioned just after this: either
2015 May 15
3
[LLVMdev] RFC: ThinLTO Impementation Plan
...eadFunctions from the module. In my case we may > have a function body that was eliminated, but still have references to > it (i.e. in the case I am talking about above). In that case it is now > just a declaration and we don't erase it from the function list on the > module. If the GlobalsIsNeeded code is changed to avoid marking > available externally function refs as needed then this change would be > needed for that case as well. > > Thanks, > Teresa > > > > >> > >> > >> > >> - David > > > > > > > > -- &gt...