Displaying 2 results from an estimated 2 matches for "importu".
Did you mean:
import
2016 Feb 06
3
Reducing DWARF emitter memory consumption
...oblems for LLDB - it's certainly had issues with type
declarations appearing where it would expect a definition (eg: a type that
inherits from a declaration instead of a definition) not sure if that
problem extends to the case of by-value function parameters)
So the impact of that cross-module importuing should be pretty low for
ThinLTO. But the benefit of any work Peter does should be equally
beneficial to ThinLTO, since it still has to emit the types, build all the
DIEs, etc, etc.
- Dave
>
> --
> Mehdi
>
>
> _______________________________________________
> LLVM Develop...
2016 Feb 06
3
Reducing DWARF emitter memory consumption
On Fri, Feb 5, 2016 at 5:51 PM Mehdi Amini via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
> > On Feb 5, 2016, at 5:40 PM, Peter Collingbourne <peter at pcc.me.uk> wrote:
> >
> > On Fri, Feb 05, 2016 at 04:58:45PM -0800, Mehdi Amini wrote:
> >>
> >>> On Feb 5, 2016, at 3:17 PM, Peter Collingbourne via llvm-dev <
> llvm-dev at