Browse thread
ocamlopt debugging options
- Alexey Rodriguez
[
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: | Alexey Rodriguez <mrchebas@g...> |
| Subject: | ocamlopt debugging options |
Dear List, Sometimes it is useful to see what is the code produced by ocamlopt in order to assess the performance of programming constructs. It is possible to use -dcmm, but it is difficult to relate ocaml functions to their compiled form due to the names used in the cmm dump. How do you people get around that difficulty? One more thing, are the ocamlopt undocumented options documented somewhere? :) Cheers, Alexey