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

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to