mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Revert "; Add a note about a bottleneck"
This reverts commit 9f9ce631a2.
It's still a bottleneck, but so are mapcar (with its effect on GC) and
concat. So our limits show in several places at once.
This commit is contained in:
parent
9f9ce631a2
commit
10a0941f4d
1 changed files with 0 additions and 2 deletions
|
|
@ -396,8 +396,6 @@ backend implementation of `project-external-roots'.")
|
|||
(setq files
|
||||
(mapcar
|
||||
(lambda (file) (concat default-directory file))
|
||||
;; XXX: With large enough project, split-string becomes
|
||||
;; one of the bottlenecks.
|
||||
(split-string
|
||||
(apply #'vc-git--run-command-string nil "ls-files" args)
|
||||
"\0" t)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue