From 140aa841e808f01a47e11df31cbd188d910c0b58 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Fri, 13 Jul 2018 02:41:52 +0200 Subject: 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. --- kernel/nativevalues.mli | 3 --- 1 file changed, 3 deletions(-) (limited to 'kernel/nativevalues.mli') 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 -- cgit v1.2.3