summaryrefslogtreecommitdiffhomepage
path: root/src/variable.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-10-08 15:31:37 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-10-08 15:35:33 +0900
commitbec074e6a31fd7a577e2c0e726167da8dc44c4c6 (patch)
treeb2d0ab037731e7dca50a8905dc888b57536cf429 /src/variable.c
parentfd6d911b5382283ae375e6ae6256543070469a26 (diff)
downloadmruby-bec074e6a31fd7a577e2c0e726167da8dc44c4c6.tar.gz
mruby-bec074e6a31fd7a577e2c0e726167da8dc44c4c6.zip
vm.c: check call stack depth before pushing the frame.
Existing call stack depth checks are unified into this check in `cipush()`. The maximum depth is now specified by `MRB_CALL_LEVEL_MAX` (the default is 512). The older `MRB_FUNCALL_DEPTH_MAX` is no longer used.
Diffstat (limited to 'src/variable.c')
0 files changed, 0 insertions, 0 deletions