caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Stack_overflow
@ 2006-03-31 20:44 mulhern
  2006-03-30 23:03 ` [Caml-list] Stack_overflow Jon Harrop
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: mulhern @ 2006-03-31 20:44 UTC (permalink / raw)
  To: caml-list

Hi!

I'm trying to compile an automatically generated list definition with
approximately 12,000 elements. The list has type (record_type *
record_type list) list where record_type is a simple record with 4
fields.

I'm doing this because I'm trying to achieve a poor man's version of
staged compilation.

Unfortunately, I get a Stack_overflow exception. If I roughly half the
number of elements in the list the Stack_overflow exception goes away.

Does anybody have an suggestions for me to get around the stack
overflow problem? What if I want to make my data an order of magnitude
larger?

Thanks!

-mulhern


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-04-01  9:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-31 20:44 Stack_overflow mulhern
2006-03-30 23:03 ` [Caml-list] Stack_overflow Jon Harrop
2006-03-31 21:38 ` Eric Cooper
2006-03-31 21:50 ` Stack_overflow Stefan Monnier
2006-04-01  0:23 ` Stack_overflow mulhern
2006-04-01  3:31   ` [Caml-list] Stack_overflow Ingo Bormuth
2006-04-01  8:45   ` Christophe TROESTLER
2006-04-01  9:29   ` Till Varoquaux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).