increase default stack size to 64 kilowords
authorAndy Wingo <wingo@pobox.com>
Fri, 24 Jul 2009 10:05:54 +0000 (12:05 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 24 Jul 2009 10:05:54 +0000 (12:05 +0200)
commit51e9ba2f38675ce5fd161b7df15470abaaf60e0e
tree21a9672b9ccaf139c4334ef05686efa23d86ee1b
parent80545853d544f347ae991a476d78ccbf4d305ec7
increase default stack size to 64 kilowords

* libguile/vm.c (VM_DEFAULT_STACK_SIZE): Increase to 64 kilowords.
  Really, we should simply add overflow handlers, but in the meantime,
  this will do.
libguile/vm.c