Browse thread
ocaml+twt v0.90
[
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: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] marshaling limits |
Le 17 janv. 07 à 16:41, Sebastien Ferre a écrit : > pourtant, je passe bien par un appel a output_value > dans un fichier, sans passer par une chaine intermediaire. Maybe output_value uses a string internally. Try with a bytecode version of your executable, an exception should be raised (or have a look at the implementaiton of output_value). Best, Daniel