aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/clambda.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/clambda.mli')
-rw-r--r--kernel/clambda.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/clambda.mli b/kernel/clambda.mli
index 89b7fd8e3..6cf46163e 100644
--- a/kernel/clambda.mli
+++ b/kernel/clambda.mli
@@ -25,3 +25,6 @@ val dynamic_int31_compilation : bool -> lambda array -> lambda
(*spiwack: compiling function to insert dynamic decompilation before
matching integers (in case they are in processor representation) *)
val int31_escape_before_match : bool -> lambda -> lambda
+
+(** Dump the VM lambda code after compilation (for debugging purposes) *)
+val dump_lambda : bool ref