]> git.eshelyaron.com Git - emacs.git/commit
Raise default max-specpdl-size and max-lisp-eval-depth
authorMattias Engdegård <mattiase@acm.org>
Wed, 14 Sep 2022 12:36:24 +0000 (14:36 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 14 Sep 2022 13:59:43 +0000 (15:59 +0200)
commitcba866599c23a64018f820e3c34c4a6817d7313e
tree76b632cab3b5b6f63198ba441bf6b76ed2489f30
parent37fe0cd3580f7998bd407d9a089c8c899011f8ae
Raise default max-specpdl-size and max-lisp-eval-depth

Recent changes have caused bootstrapping to fail for certain
configurations, and it was likely getting close to the limits
for others.  This change raises the limits to those previously
used when configured for nativecomp:

  max-specpdl-size raised from 1800 to 2500
  max-lisp-eval-depth raised from 800 to 1600

* src/eval.c (init_eval_once): Raise limits.
* doc/lispref/eval.texi (Eval):
* doc/lispref/variables.texi (Local Variables): Document new values.
doc/lispref/eval.texi
doc/lispref/variables.texi
src/eval.c