[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
- [elpa] externals/phps-mode updated (5c0414fa94 -> 36fd241124), Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 925ed6881f 01/27: Updated grammar URL, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 7d2dea0517 04/27: Improved documentation about failed download, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode a9242bf8b9 03/27: Using parser-generator downloaded from GNU ELPA, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode ada66dc7f3 09/27: Updated lexer for PHP 8.2, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 1ac3e40e4d 13/27: Removed deletion of byte-compiled file when generating parser, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 3d1bb67d45 05/27: Removed memory limit on parser generation automation script,
Christian Johansson <=
- [elpa] externals/phps-mode 5f820bd073 02/27: Improved documentation about grammar generation, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 9fca589a4f 06/27: Updated parser to 8.2, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode ed8db6b5b7 08/27: Improved debug output, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode f4a26e193d 16/27: Updated and parser tests to 8.2, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 9b6c89191b 12/27: Fixed typo, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 9cade60362 17/27: More notes on automation, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 2c39b1af73 20/27: Updated SDT to production 350, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 37fd682568 07/27: Added failing unit tests for PHP 8.2, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 4636d702ac 10/27: Improved tests for PHP 8.2, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 54fec9e358 15/27: Removed note about error occuring, Christian Johansson, 2023/03/04