Browse thread
[Caml-list] Obj.magic, Obj.t etc.
[
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: | skaller <skaller@o...> |
| Subject: | Re: [Caml-list] Obj.magic, Obj.t etc. |
On Thu, 2003-08-14 at 20:45, Marcin 'Qrczak' Kowalczyk wrote: > Dnia czw 14. sierpnia 2003 10:34, Jacques Garrigue napisał: > > > As a result, the representation of float arrays would not be uniform, > > requiring a check before access, which would probably neutralize any > > performance advantage of having a special representation. > > But now the check is required before polymorphic access. It happens in inner > loops in almost all functions from the Array module. Then you lift the check out of the loop: one check, two loops specialised for each case. ------------------- 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