emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode e3b9403 69/96: Removed garbage collection mod


From: Christian Johansson
Subject: [elpa] externals/phps-mode e3b9403 69/96: Removed garbage collection modification
Date: Fri, 29 Oct 2021 11:14:51 -0400 (EDT)

branch: externals/phps-mode
commit e3b9403b50710fb462fb16fd46c7fea64a82d7bd
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Removed garbage collection modification
---
 admin/phps-mode-automation.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/admin/phps-mode-automation.el b/admin/phps-mode-automation.el
index 015d24e..7ca5fef 100644
--- a/admin/phps-mode-automation.el
+++ b/admin/phps-mode-automation.el
@@ -36,11 +36,6 @@
   (if (fboundp 'parser-generator-lr-export-to-elisp)
       (progn
 
-        ;; 100 MB before garbage collection
-        (setq
-         gc-cons-threshold
-         (* 1024 1024 100))
-
         (let* ((global-declaration 
(phps-mode-automation-parser-generator--global-declaration))
                (attributes phps-mode-automation-parser-generator--attributes)
                (grammar (phps-mode-automation-parser-generator--grammar))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]