aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/clambda.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-03-09 23:58:56 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-04-02 06:57:55 +0200
commitce9b17821a3be3dee7fa7e49c35edaefc658b965 (patch)
tree9466d4125f446a1483af29201026ca9734522014 /kernel/clambda.mli
parentf29f8f80c8ad94576c7a36f3f638866c208338a0 (diff)
[lib] Move global options to their proper place.
Recent commits introduced global flags, but these should be module-specific so relocating. Global flags are deprecated, and for 8.9 `Lib.Flags` will be reduced to the truly global stuff.
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