[
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: | 2005-12-07 (09:52) |
From: | David Baelde <david.baelde@g...> |
Subject: | Re: [Caml-list] disassembling cmo files |
Hi, A simple and interesting way to learn about the bytecode is the -dinstr option of ocamlc and ocaml toplevel. It dumps a human-readable version of the produced bytecode. Similarly, there is -dlambda. -- David