1
Fork 0
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:
Keisuke Nishida 2001-04-07 11:54:36 +00:00
parent 731f329c29
commit c0a25eccef
8 changed files with 97 additions and 38 deletions

View file

@ -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