Mercurial > urweb
comparison src/compiler.sig @ 96:82aaa1c406d3
Mono optimizations (start with string concat and space eating)
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 03 Jul 2008 18:06:52 -0400 |
parents | d3cc191cb25f |
children | 813e5a52063d |
comparison
equal
deleted
inserted
replaced
95:274116d1a4cd | 96:82aaa1c406d3 |
---|---|
44 val corify : job -> Core.file option | 44 val corify : job -> Core.file option |
45 val shake' : job -> Core.file option | 45 val shake' : job -> Core.file option |
46 val reduce : job -> Core.file option | 46 val reduce : job -> Core.file option |
47 val shake : job -> Core.file option | 47 val shake : job -> Core.file option |
48 val monoize : job -> Mono.file option | 48 val monoize : job -> Mono.file option |
49 val mono_opt : job -> Mono.file option | |
49 val cloconv : job -> Flat.file option | 50 val cloconv : job -> Flat.file option |
50 val cjrize : job -> Cjr.file option | 51 val cjrize : job -> Cjr.file option |
51 | 52 |
52 val testParse : job -> unit | 53 val testParse : job -> unit |
53 val testElaborate : job -> unit | 54 val testElaborate : job -> unit |
55 val testCorify : job -> unit | 56 val testCorify : job -> unit |
56 val testShake' : job -> unit | 57 val testShake' : job -> unit |
57 val testReduce : job -> unit | 58 val testReduce : job -> unit |
58 val testShake : job -> unit | 59 val testShake : job -> unit |
59 val testMonoize : job -> unit | 60 val testMonoize : job -> unit |
61 val testMono_opt : job -> unit | |
60 val testCloconv : job -> unit | 62 val testCloconv : job -> unit |
61 val testCjrize : job -> unit | 63 val testCjrize : job -> unit |
62 | 64 |
63 end | 65 end |