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

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

[elpa] externals/phps-mode 3d1bb67d45 05/27: Removed memory limit on par


From: Christian Johansson
Subject: [elpa] externals/phps-mode 3d1bb67d45 05/27: Removed memory limit on parser generation automation script
Date: Sat, 4 Mar 2023 03:24:55 -0500 (EST)

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

    Removed memory limit on parser generation automation script
---
 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 1182045fff..c73e783949 100644
--- a/admin/phps-mode-automation.el
+++ b/admin/phps-mode-automation.el
@@ -26,11 +26,6 @@
   (if (fboundp 'parser-generator-lr-export-to-elisp)
       (progn
 
-        ;; 256 MB before garbage collection, seems to speed up generation
-        (setq
-         gc-cons-threshold
-         (* 1024 1024 256))
-
         (let* ((global-declaration
                 (phps-mode-automation-parser-generator--global-declaration))
                (attributes



reply via email to

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