Re: [PATCH v9 0/3] Kbuild: DWARF v5 support

2021-02-25 Thread Sedat Dilek
On Fri, Feb 5, 2021 at 9:22 PM Nick Desaulniers wrote: > > DWARF v5 is the latest standard of the DWARF debug info format. > > DWARF5 wins significantly in terms of size and especially so when mixed > with compression (CONFIG_DEBUG_INFO_COMPRESSED). > > Link:

Re: [PATCH v9 0/3] Kbuild: DWARF v5 support

2021-02-06 Thread Sedat Dilek
On Sat, Feb 6, 2021 at 1:05 PM Masahiro Yamada wrote: > > On Sat, Feb 6, 2021 at 6:00 AM Sedat Dilek wrote: > > > > On Fri, Feb 5, 2021 at 9:22 PM Nick Desaulniers > > wrote: > > > > > > DWARF v5 is the latest standard of the DWARF debug info format. > > > > > > DWARF5 wins significantly in

Re: [PATCH v9 0/3] Kbuild: DWARF v5 support

2021-02-06 Thread Masahiro Yamada
On Sat, Feb 6, 2021 at 6:00 AM Sedat Dilek wrote: > > On Fri, Feb 5, 2021 at 9:22 PM Nick Desaulniers > wrote: > > > > DWARF v5 is the latest standard of the DWARF debug info format. > > > > DWARF5 wins significantly in terms of size and especially so when mixed > > with compression

Re: [PATCH v9 0/3] Kbuild: DWARF v5 support

2021-02-05 Thread Sedat Dilek
On Fri, Feb 5, 2021 at 9:22 PM Nick Desaulniers wrote: > > DWARF v5 is the latest standard of the DWARF debug info format. > > DWARF5 wins significantly in terms of size and especially so when mixed > with compression (CONFIG_DEBUG_INFO_COMPRESSED). > > Link:

[PATCH v9 0/3] Kbuild: DWARF v5 support

2021-02-05 Thread Nick Desaulniers
DWARF v5 is the latest standard of the DWARF debug info format. DWARF5 wins significantly in terms of size and especially so when mixed with compression (CONFIG_DEBUG_INFO_COMPRESSED). Link: http://www.dwarfstd.org/doc/DWARF5.pdf Patch 1 places the DWARF v5 sections explicitly in the kernel