Browse thread
[Caml-list] Differences between interpreted/compiled code
-
Eric Dahlman
- skaller
- Hendrik Tews
- Eric Dahlman
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | skaller <skaller@u...> |
| Subject: | Re: [Caml-list] Differences between interpreted/compiled code |
On Tue, 2004-03-09 at 03:24, Eric Dahlman wrote: > What are the differences between the two execution models and could > that be contributing to my stack problems? The bytecode runtime uses a small (setable) stack. It's possible your native code uses a very much larger hardware stack: on Linux you can find or set this value with ulimit -s (in Kb). Try reducing the stack size on the native code to see if you can duplicate the bytecode behaviour. -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners