diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2001-02-19 10:07:16 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2001-02-19 10:07:16 +0000 |
commit | d7cdc49721ddcfbf3f4fd49b13f3e847f2960e48 (patch) | |
tree | da8a870d1335dc97921bf0ef832d8b2298db6f31 | |
parent | d130e5028586acaea123315b26831b2793b62550 (diff) |
Doc: flag 0x100 (startup messages) pour verbose
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3420 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | stdlib/gc.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/gc.mli b/stdlib/gc.mli index 8876d4745..88cabb7ba 100644 --- a/stdlib/gc.mli +++ b/stdlib/gc.mli @@ -105,6 +105,7 @@ type control = { - [0x20] Change of GC parameters. - [0x40] Computation of major GC slice size. - [0x80] Calling of finalisation functions. +- [0x100] Bytecode executable search at start-up. Default: 0. - [stack_limit] The maximum size of the stack (in words). This is only relevant to the byte-code runtime, as the native code runtime |