rashly bump stack limit to 40k words
authorAndy Wingo <wingo@pobox.com>
Tue, 11 Nov 2008 22:11:27 +0000 (23:11 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 11 Nov 2008 22:11:27 +0000 (23:11 +0100)
commit32c8ae2009b8ec3ec395a492dc1720ac5456343a
tree56579e91f8d97eb9163416385f64c152394b1b5d
parentf38624b349c29e3e5b3e6518959f33803af45558
rashly bump stack limit to 40k words

* libguile/eval.c (scm_debug_opts): Whereas, today's machines are larger
  than yesterday's; GCC consumes more words per stack frame than it used
  to; and you can get quite some recursion in a halfway-compiled system,
  be it resolved: let's bump up the C stack limit to 40k words (160 kB /
  320 kB, depending on word size).
libguile/eval.c