On Sun, Oct 29, 2017 at 10:48:09PM +0100, Martin Pieuchot wrote:
> On 29/10/17(Sun) 17:27, Mark Johnston wrote:
> > On Sat, Oct 28, 2017 at 04:05:23PM +0200, Martin Pieuchot wrote:
> > > Diff below makes ctfconv(1) aware of forward declarations and merge them
> > > with the corresponding type as so
On 29/10/17(Sun) 17:27, Mark Johnston wrote:
> On Sat, Oct 28, 2017 at 04:05:23PM +0200, Martin Pieuchot wrote:
> > Diff below makes ctfconv(1) aware of forward declarations and merge them
> > with the corresponding type as soon as they are known.
> >
> > This reduces the number of type entries in
On Sat, Oct 28, 2017 at 04:05:23PM +0200, Martin Pieuchot wrote:
> Diff below makes ctfconv(1) aware of forward declarations and merge them
> with the corresponding type as soon as they are known.
>
> This reduces the number of type entries in a kernel CTF section by ~4K.
>
> After applying this
Diff below makes ctfconv(1) aware of forward declarations and merge them
with the corresponding type as soon as they are known.
This reduces the number of type entries in a kernel CTF section by ~4K.
After applying this diff, grepping for "(0 bytes)" in the ctfdump(1)
output points to code that g