tools/lsp: refactor +lsp-optimization-mode
This commit is contained in:
parent
ebc1e7092d
commit
c344d40d15
1 changed files with 16 additions and 17 deletions
|
@ -19,8 +19,9 @@ killing and opening many LSP/eglot-powered buffers.")
|
|||
"Deploys universal GC and IPC optimizations for `lsp-mode' and `eglot'."
|
||||
:global t
|
||||
:init-value nil
|
||||
(if +lsp-optimization-mode
|
||||
(progn
|
||||
(if (not +lsp-optimization-mode)
|
||||
(setq-default read-process-output-max +lsp--default-read-process-output-max
|
||||
gcmh-high-cons-threshold +lsp--default-gcmh-high-cons-threshold)
|
||||
(setq +lsp--default-read-process-output-max
|
||||
(default-value 'read-process-output-max)
|
||||
+lsp--default-gcmh-high-cons-threshold
|
||||
|
@ -34,8 +35,6 @@ killing and opening many LSP/eglot-powered buffers.")
|
|||
;; GC strategy, so we modify its variables rather than
|
||||
;; `gc-cons-threshold' directly.
|
||||
(setq-default gcmh-high-cons-threshold (* 2 +lsp--default-gcmh-high-cons-threshold)))
|
||||
(setq-default read-process-output-max +lsp--default-read-process-output-max
|
||||
gcmh-high-cons-threshold +lsp--default-gcmh-high-cons-threshold))
|
||||
(gcmh-set-high-threshold))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue