mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-18 18:40:22 +02:00
*** empty log message ***
This commit is contained in:
parent
731f329c29
commit
c0a25eccef
8 changed files with 97 additions and 38 deletions
2
src/vm.c
2
src/vm.c
|
@ -245,7 +245,7 @@ vm_fetch_length (scm_byte_t *ip, size_t *lenp)
|
|||
* VM
|
||||
*/
|
||||
|
||||
#define VM_DEFAULT_STACK_SIZE (4 * 1024)
|
||||
#define VM_DEFAULT_STACK_SIZE (16 * 1024)
|
||||
|
||||
#define VM_REGULAR_ENGINE 0
|
||||
#define VM_DEBUG_ENGINE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue