[
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: | John Prevost <prevost@m...> |
| Subject: | Optimization with -inline n |
In what circumstances will ocamlopt -inline n put a function in-line? I was just trying it to see what effect it could have on my monadic parsing libraries, but it didn't seem to have much effect, whereas my inlining by hand did. I take this to mean that it does not, at least, cross module boundaries. When should I expect to see ocamlopt inlining functions? jmp