mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Increased safety area for the BDS binding stack
This commit is contained in:
parent
f7f9a99a60
commit
e06d7c7c30
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ cl_fixnum ecl_option_values[ECL_OPT_LIMIT+1] = {
|
|||
16, /* ECL_OPT_SIGNAL_QUEUE_SIZE */
|
||||
0, /* ECL_OPT_BOOTED */
|
||||
8192, /* ECL_OPT_BIND_STACK_SIZE */
|
||||
128, /* ECL_OPT_BIND_STACK_SAFETY_AREA */
|
||||
1024, /* ECL_OPT_BIND_STACK_SAFETY_AREA */
|
||||
2048, /* ECL_OPT_FRAME_STACK_SIZE */
|
||||
128, /* ECL_OPT_FRAME_STACK_SAFETY_AREA */
|
||||
32768, /* ECL_OPT_LISP_STACK_SIZE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue