From 5c825f263698433ed4e8db8ccd0c14394520535a Mon Sep 17 00:00:00 2001 From: letouzey Date: Sat, 11 Aug 2012 13:33:26 +0000 Subject: fast bitwise operations (lor,land,lxor) on int31 and BigN git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15727 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/cbytecodes.mli | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kernel/cbytecodes.mli') diff --git a/kernel/cbytecodes.mli b/kernel/cbytecodes.mli index dc2220c14..0a631987e 100644 --- a/kernel/cbytecodes.mli +++ b/kernel/cbytecodes.mli @@ -107,9 +107,10 @@ type instruction = | Kisconst of Label.t (** conditional jump *) | Kareconst of int*Label.t (** conditional jump *) | Kcompint31 (** dynamic compilation of int31 *) - | Kdecompint31 (** dynamix decompilation of int31 - /spiwack *) - + | Kdecompint31 (** dynamix decompilation of int31 *) + | Klorint31 (** bitwise operations: or and xor *) + | Klandint31 + | Klxorint31 and bytecodes = instruction list -- cgit v1.2.3