branch: externals/phps-mode commit 3d1bb67d45238fa0dd85e15d73f8c924169f76ba Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@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