Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add NEWS entry
  • Loading branch information
pablogsal committed Dec 1, 2025
commit 315ac741f05d0b529b4e38a905a09c9252eb89e1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The :mod:`_remote_debugging` module now implements frame caching in the
:class:`RemoteUnwinder` class to reduce memory reads when profiling remote
processes. When ``cache_frames=True``, unchanged portions of the call stack
are reused from previous samples, significantly improving profiling
performance for deep call stacks.