Browse thread
Question about the -dlambda option of ocamlc/ocamlopt
- Alp Mestan
[
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-03-24 (18:30) |
From: | Alp Mestan <alp@m...> |
Subject: | Question about the -dlambda option of ocamlc/ocamlopt |
Hi, I'm currently studying the lambda code generation phase of the standard OCaml compiler. You can take a look at this for an example : http://blog.mestan.fr/2009/03/22/ocaml-and-dlambda-1/ I'm wondering what is 'makeblock' for ? And why is there '/<a number>' after every variable/function name ? Isn't the name sufficient for identifying variables ? Thanks ! -- Alp Mestan