Browse thread
changing the name of an imported module
-
Michael Vanier
- Stéphane Glondu
-
Christophe TROESTLER
-
Michael Vanier
- Christophe TROESTLER
-
Michael Vanier
[
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: | 2008-06-16 (14:47) |
From: | Christophe TROESTLER <Christophe.Troestler+ocaml@u...> |
Subject: | Re: [Caml-list] changing the name of an imported module |
On Sun, 15 Jun 2008 21:31:37 -0700, Michael Vanier wrote: > > Do you know if there is any performance cost to using e.g. U.f > instead of Unix.f? I wouldn't think so. The generated assembly code (ocamlopt -S) is not exactly the same but my take is that the speed difference, if any, is negligible. Regards, ChriS