From a42baf15372e64f398685aaef079a82ea0db834e Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Wed, 18 Sep 2019 14:05:09 +0200 Subject: Timings for Machblockgen, Asmblockgen and postpass scheduling --- extraction/extraction.v | 1 + 1 file changed, 1 insertion(+) (limited to 'extraction') diff --git a/extraction/extraction.v b/extraction/extraction.v index e4c1cb25..ee45b756 100644 --- a/extraction/extraction.v +++ b/extraction/extraction.v @@ -136,6 +136,7 @@ Extract Constant Compiler.print_LTL => "PrintLTL.print_if". Extract Constant Compiler.print_Mach => "PrintMach.print_if". Extract Constant Compiler.print => "fun (f: 'a -> unit) (x: 'a) -> f x; x". Extract Constant Compiler.time => "Timing.time_coq". +Extract Constant Asmgen.time => "Timing.time_coq". (*Extraction Inline Compiler.apply_total Compiler.apply_partial.*) -- cgit