diff options
| author | Paul Steckler | 2017-09-01 16:12:47 -0400 |
|---|---|---|
| committer | Paul Steckler | 2017-09-01 16:12:47 -0400 |
| commit | 7330ad2aafc4fe36abd4c51d18f1fe757a2cea2c (patch) | |
| tree | 5fb4d8e07b355be31a7d1feadaa5fbf56fa6d91d | |
| parent | 3072bd9d080984833f5eb007bf15c6e9305619e3 (diff) | |
add option index entry for NativeCompute Profiling
| -rw-r--r-- | doc/refman/RefMan-tac.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex index 6e27357008..8fbcfdf308 100644 --- a/doc/refman/RefMan-tac.tex +++ b/doc/refman/RefMan-tac.tex @@ -3309,7 +3309,7 @@ evaluating purely computational expressions (i.e. with little dead code). fine-tuned. It is specially interesting for full evaluation of algebraic objects. This includes the case of reflection-based tactics. -\item {\tt native\_compute} \tacindex{native\_compute} +\item {\tt native\_compute} \tacindex{native\_compute} \optindex{NativeCompute Profiling} This tactic evaluates the goal by compilation to \ocaml{} as described in \cite{FullReduction}. If \Coq{} is running in native code, it can be typically |
