aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/proofs
diff options
context:
space:
mode:
authorPierre Roux2020-12-28 12:48:25 +0100
committerPierre Roux2020-12-29 17:55:49 +0100
commit8a0986f84965e61239d00e9be48d713e60308863 (patch)
treefad03417be56cc8d5626e0e2ba9c77517c365cd0 /doc/sphinx/proofs
parentd8ba0f81c026d073c5271b7eda8ae22ce11105fe (diff)
Document the -native-compiler option
Diffstat (limited to 'doc/sphinx/proofs')
-rw-r--r--doc/sphinx/proofs/writing-proofs/rewriting.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/sphinx/proofs/writing-proofs/rewriting.rst b/doc/sphinx/proofs/writing-proofs/rewriting.rst
index b7f2927000..d271145af8 100644
--- a/doc/sphinx/proofs/writing-proofs/rewriting.rst
+++ b/doc/sphinx/proofs/writing-proofs/rewriting.rst
@@ -442,7 +442,10 @@ the conversion in hypotheses :n:`{+ @ident}`.
in :cite:`FullReduction`. If Coq is running in native code, it can be
typically two to five times faster than :tacn:`vm_compute`. Note however that the
compilation cost is higher, so it is worth using only for intensive
- computations.
+ computations. Depending on the configuration, this tactic can either default to
+ :tacn:`vm_compute`, recompile dependencies or fail due to some missing
+ precompiled dependencies,
+ see :ref:`the native-compiler option <native-compiler-options>` for details.
.. flag:: NativeCompute Timing