Browse thread
Re: [Caml-list] Slow GC problem
- Chris Hecker
[
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: | Chris Hecker <checker@d...> |
| Subject: | Re: [Caml-list] Slow GC problem |
>What if I modified bigarray_stubs.c to use the malloc and free calls of >the Boehm gc (6.1-4) garbage collector? My reasoning is that malloc is >performing poorly due to fragmentation, and switching to a gc'd version >might help out. >Before I try this I would like some feedback from the list on the >soundness of this idea. I don't mean to be a nag, but did you profile your application yet? A very wise programmer once said, "Assume Nothing". Chris ------------------- 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 ------------------- 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