Browse thread
ocamlopt debugging options
[
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: | Mark Shinwell <mshinwell@j...> |
| Subject: | Re: [Caml-list] ocamlopt debugging options |
On Thu, Apr 23, 2009 at 12:30:31PM +0200, Alexey Rodriguez wrote: > 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? I use objdump -Dr :) Mark