aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/nativevalues.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-07-13 02:41:52 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-07-13 03:16:20 +0200
commit140aa841e808f01a47e11df31cbd188d910c0b58 (patch)
tree014a261354f751ee0b66f50cd09f4c864c54f3e2 /kernel/nativevalues.mli
parentbeb417ffd2ab9acb708c4e54dd28363bcb613853 (diff)
Generate type-specific code for is_accu in native compilation of fixpoints.
This is much more efficient than using Nativevalues.is_accu function which incurs a lot of irrelevant checks on its argument.
Diffstat (limited to 'kernel/nativevalues.mli')
-rw-r--r--kernel/nativevalues.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/nativevalues.mli b/kernel/nativevalues.mli
index 649853f06..6bbf15160 100644
--- a/kernel/nativevalues.mli
+++ b/kernel/nativevalues.mli
@@ -110,9 +110,6 @@ type kind_of_value =
val kind_of_value : t -> kind_of_value
-(* *)
-val is_accu : t -> bool
-
val str_encode : 'a -> string
val str_decode : string -> 'a