Files
rust/src/doc
Patrick Walton 1e0ad0c1d4 Implement support for DWARF version 5.
DWARF version 5 brings a number of improvements over version 4. Quoting from
the announcement [1]:

> Version 5 incorporates improvements in many areas: better data compression,
> separation of debugging data from executable files, improved description of
> macros and source files, faster searching for symbols, improved debugging
> optimized code, as well as numerous improvements in functionality and
> performance.

On platforms where DWARF version 5 is supported (Linux, primarily), this commit
adds support for it behind a new `-Z dwarf-version=5` flag.

[1]: https://dwarfstd.org/Public_Review.php
2022-07-08 11:31:08 -07:00
..
2022-07-05 11:44:56 -07:00
2022-03-01 09:10:58 -08:00
2022-07-05 11:44:56 -07:00
2022-02-07 09:11:08 -05:00
2022-07-05 11:44:56 -07:00
2022-06-22 16:12:32 -07:00
2022-07-05 11:44:56 -07:00
2022-07-05 11:44:56 -07:00
2022-06-11 03:10:29 +05:00
2022-01-28 13:42:48 +01:00
2019-09-30 07:46:10 +02:00
2020-11-04 11:06:42 +01:00
2022-01-28 13:42:48 +01:00
2021-07-10 19:51:36 +02:00
2018-05-17 12:25:24 -07:00