[
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: | Xavier Leroy <Xavier.Leroy@i...> |
| Subject: | Re: [Caml-list] Re: Size limitation on input_value |
> So, I've investigated this a little further, and it's a definite > regression. Here's the function I used: > [...] > On 3.08, I get this: > # run ~save:true ~load:true 1000000;; > Out of memory during evaluation. > # run ~save:true ~load:false 1000000;; > Out of memory during evaluation. > # run ~save:false ~load:false 1000000;; > - : unit = () I cannot reproduce this behavior with 3.08 here. All three phrases evaluate without Out_of_memory conditions. There have been no significant changes in the code for output_value and input_value between 3.07 and 3.08. Could you investigate some more where the Out_of_memory comes from? strace and OCAMLRUNPARAM='v=63' could give useful clues. Please use caml@inria.fr or caml-bugs@inria.fr to continue this discussion. - Xavier Leroy ------------------- 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