Browse thread
[Caml-list] disassembling cmo files
- Jonathan Roewen
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] disassembling cmo files |
Hi, How can I disassemble a .cmo into something useful? I think such a tool would prove useful to me for understanding exactly how bytecode works, esp wrt to interactions with the garbage collector. Jonathan