[
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: | Manuel Fahndrich <maf@m...> |
| Subject: | Problems with ocamlopt under windows? |
I'm wondering if other people are experiencing problems with ocamlopt under windows. I have a program that works fine as bytecode, but it runs out of stack space when compiled with ocamlopt. I'm suspecting an infinite loop. I can't seem to narrow down the problem for now, since changing the amount of print output masks the error. -Manuel