[vim/vim] bt_quickfix() is slow (PR #19183)

1 view
Skip to first unread message

Christian Brabandt

unread,
Jan 15, 2026, 2:58:13 PM (13 hours ago) Jan 15
to vim/vim, Subscribed

Problem: In order to prevent a use-after-free, bt_quickfix() added a
call to buf_valid(), which slows it down, because Vim has to
loop through many buffers all the time (v9.0.1859)
Solution: Patch v9.0.2010 fixed a similar problem, so that the call to
buf_valid() is no longer required (zeertzjq)

fixes: #19169


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/19183

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19183@github.com>

Reply all
Reply to author
Forward
0 new messages