From a74f6b45d72834b5b8417297017bd81424123d98 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 7 Mar 2010 15:52:58 +0000 Subject: Merge of the newmem and newextcalls branches: - Revised memory model with concrete representation of ints & floats, and per-byte access permissions - Revised Globalenvs implementation - Matching changes in all languages and proofs. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1282 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- extraction/extraction.v | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extraction') diff --git a/extraction/extraction.v b/extraction/extraction.v index 6488d8b..e8fc572 100644 --- a/extraction/extraction.v +++ b/extraction/extraction.v @@ -43,6 +43,14 @@ Extract Constant Floats.Float.div => "( /. )". Extract Constant Floats.Float.cmp => "Floataux.cmp". Extract Constant Floats.Float.eq_dec => "fun (x: float) (y: float) -> x = y". +(* Memdata *) +Extract Constant Memdata.big_endian => "Memdataaux.big_endian". +Extract Constant Memdata.encode_float => "Memdataaux.encode_float". +Extract Constant Memdata.decode_float => "Memdataaux.decode_float". + +(* Memory - work around an extraction bug. *) +Extraction NoInline Memory.Mem.valid_pointer. + (* Iteration *) Extract Constant Iteration.dependent_description' => "fun x -> assert false". -- cgit v1.2.3