diff options
| author | Pierre Roux | 2020-12-28 12:48:25 +0100 |
|---|---|---|
| committer | Pierre Roux | 2020-12-29 17:55:49 +0100 |
| commit | 8a0986f84965e61239d00e9be48d713e60308863 (patch) | |
| tree | fad03417be56cc8d5626e0e2ba9c77517c365cd0 /doc/sphinx/proofs | |
| parent | d8ba0f81c026d073c5271b7eda8ae22ce11105fe (diff) | |
Document the -native-compiler option
Diffstat (limited to 'doc/sphinx/proofs')
| -rw-r--r-- | doc/sphinx/proofs/writing-proofs/rewriting.rst | 5 |
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 |
