Remove arbitrary limit on bytecode maxdepth
commitcb71a119f7231984e010cc28ef33854721036a0f
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Aug 2016 07:37:39 +0000 (9 00:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Aug 2016 08:31:22 +0000 (9 01:31 -0700)
treec916e1f4ceb7b48a636b55aa8383e19a35d67253
parentd896f78973bce33da7b4629089122bb58103d75c
Remove arbitrary limit on bytecode maxdepth

* src/bytecode.c (exec_byte_code): Remove MAX_ALLOCA-based limit
on bytecode maxdepth, by using SAFE_ALLOCA_LISP instead of alloca.

pipeline is fuller.
src/bytecode.c