Browse thread
ocaml's cmm representation
- Daniel_Bünzli
[
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: | 2009-11-12 (14:12) |
From: | Daniel_Bünzli <daniel.buenzli@e...> |
Subject: | ocaml's cmm representation |
Is there any document/tutorial about ocaml's cmm representation (the one you get with ocamlopt -dcmm) ? Although not as precise as -S it seems to already show you a lot of things (e.g. unboxed floats, inlined functions) in a much more readable form. Thanks, Daniel