Browse thread
Dependencies and rebuilding
[
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-03-09 (08:01) |
From: | Alain Frisch <Alain.Frisch@i...> |
Subject: | Re: [Caml-list] Dependencies and rebuilding |
malc wrote: >> - for the compilation of other units which refer to this unit: >> cross-module optimization information (linker symbols for direct >> function calls, inlining). > > That's not all, there's also information embedded to make direct calling > possible: http://groups.google.com/group/fa.caml/msg/52264cef8f6da97f I guess that's exactly what I meant by "linker symbols for direct function calls". -- Alain