[
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: | 2007-04-05 (21:54) |
From: | Florian Weimer <fw@d...> |
Subject: | Re: [Caml-list] Optimizing Array.blit |
* Tom: > However, Array.blit allows overlapping of the chunks that are to be copied. > So, probably it is slower because it is checking for the overlapping regions > and dealing with them appropriately. I guess it's because it has to update the GC flags.