[llvm] [llvm][Docs] Add a release note about the lldb DWARF indexing speedup (PR #122870)
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 06:23:58 PST 2025
https://github.com/labath updated https://github.com/llvm/llvm-project/pull/122870
>From fc9bea6f20be0581508bce136176364d6b2bd720 Mon Sep 17 00:00:00 2001
From: Pavel Labath <pavel at labath.sk>
Date: Tue, 14 Jan 2025 09:43:27 +0100
Subject: [PATCH 1/2] Add a release not about the lldb DWARF indexing speedup
The figure includes works that's already committed. In does not include
the WIP/RFC proposal in
https://discourse.llvm.org/t/rfc-speeding-up-dwarf-indexing-again/83979.
---
llvm/docs/ReleaseNotes.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index c24dc1976b4d08..fd4aaaa76033ce 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -449,6 +449,8 @@ Changes to LLDB
_regexp-bt -- Show backtrace of the current thread's call ...
_regexp-display -- Evaluate an expression at every stop (see 'h...
```
+* DWARF indexing speed (for binaries not using the debug_names index) increased
+ by 30-60%, depending on the configuration.
Changes to BOLT
---------------------------------
>From 1bda414290081898454db549fd26488ed11723db Mon Sep 17 00:00:00 2001
From: Pavel Labath <pavel at labath.sk>
Date: Tue, 14 Jan 2025 15:23:49 +0100
Subject: [PATCH 2/2] remove the vague addend
---
llvm/docs/ReleaseNotes.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index fd4aaaa76033ce..7e82c0b933a24d 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -10,7 +10,7 @@ LLVM {{env.config.release}} Release Notes
````{only} PreRelease
```{warning} These are in-progress notes for the upcoming LLVM {{env.config.release}}
release. Release notes for previous releases can be found on
- [the Download Page](https://releases.llvm.org/download.html).
+ [the Download Pagehttps://releases.llvm.org/download.html).
```
````
@@ -21,17 +21,17 @@ This document contains the release notes for the LLVM Compiler Infrastructure,
release {{env.config.release}}. Here we describe the status of LLVM, including
major improvements from the previous release, improvements in various subprojects
of LLVM, and some of the current users of the code. All LLVM releases may be
-downloaded from the [LLVM releases web site](https://llvm.org/releases/).
+downloaded from the [LLVM releases web sitehttps://llvm.org/releases/).
For more information about LLVM, including information about the latest
-release, please check out the [main LLVM web site](https://llvm.org/). If you
-have questions or comments, the [Discourse forums](https://discourse.llvm.org)
+release, please check out the [main LLVM web sitehttps://llvm.org/). If you
+have questions or comments, the [Discourse forumshttps://discourse.llvm.org)
is a good place to ask them.
Note that if you are reading this file from a Git checkout or the main
LLVM web page, this document applies to the *next* release, not the current
one. To see the release notes for a specific release, please see the
-[releases page](https://llvm.org/releases/).
+[releases pagehttps://llvm.org/releases/).
Non-comprehensive list of changes in this release
=================================================
@@ -449,8 +449,8 @@ Changes to LLDB
_regexp-bt -- Show backtrace of the current thread's call ...
_regexp-display -- Evaluate an expression at every stop (see 'h...
```
-* DWARF indexing speed (for binaries not using the debug_names index) increased
- by 30-60%, depending on the configuration.
+* DWARF indexing speed (for binaries not using the debug_names index)
+ [increased by 30-60%](https://github.com/llvm/llvm-project/pull/118657).
Changes to BOLT
---------------------------------
@@ -477,4 +477,4 @@ the source code. You can access versions of these documents specific to this
release by going into the `llvm/docs/` directory in the LLVM tree.
If you have any questions or comments about LLVM, please feel free to contact
-us via the [Discourse forums](https://discourse.llvm.org).
+us via the [Discourse forumshttps://discourse.llvm.org).
More information about the llvm-commits
mailing list