caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Does the gc avoid collecting arrays of ints
@ 2007-07-23 17:35 Till Varoquaux
  2007-07-23 20:23 ` [Caml-list] " Jon Harrop
  0 siblings, 1 reply; 4+ messages in thread
From: Till Varoquaux @ 2007-07-23 17:35 UTC (permalink / raw)
  To: OCaml

Looking at ocaml's source code I see that the values representing
arrays have a tag representing the type of their content (I'm guessing
boxed/unboxed). Does this mean that a bidimensional array containing
ints will only be explored in one direction during garbage collection?
If so, how do the compare to Bigarray's (I'm guessing they still are
slower).

Till

-- 
http://till-varoquaux.blogspot.com/


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-08-05 16:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-23 17:35 Does the gc avoid collecting arrays of ints Till Varoquaux
2007-07-23 20:23 ` [Caml-list] " Jon Harrop
2007-07-24 10:23   ` Till Varoquaux
2007-08-05 16:07     ` Xavier Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).