[
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 King <colanderman@g...> |
| Subject: | Re: [Caml-list] Performance of immediate objects |
On 7/11/06, Jacques Garrigue <garrigue@math.nagoya-u.ac.jp> wrote: > Initialization occurs only once, but one needs to check whether it was > done every time an object is created. Thanks, now the assembly output makes more sense to me. I saw the initialization code in the mk_foo function but didn't realize that it was executed only once. - Chris King