SCM Repository
[smlnj] Diff of /sml/trunk/src/compiler/TopLevel/viscomp/control.sml
Diff of /sml/trunk/src/compiler/TopLevel/viscomp/control.sml
Parent Directory
|
Revision Log
|
Patch
47 |
val liftLiterals= ref false |
val liftLiterals= ref false |
48 |
val sharewrap = ref true |
val sharewrap = ref true |
49 |
val maxargs = ref 10 |
val maxargs = ref 10 |
50 |
val saytappinfo = ref true (* for typelifting statistics *) |
val saytappinfo = ref false (* for typelifting statistics *) |
51 |
val phases = ref ["deb2names", "lcontract", "fcontract", |
val phases = ref ["lcontract", "fcontract", |
52 |
"fixfix", "fcontract", |
"fixfix", "fcontract", |
53 |
"specialize", "fcontract", |
"specialize", "fcontract", |
54 |
(* "names2deb", "typelift", "wellformed", "deb2names", *) |
(* "names2deb", "typelift", "deb2names", *) |
55 |
"loopify", "fcontract", |
"loopify", "fcontract", |
56 |
"wrap", |
"wrap", |
57 |
"reify", "fixfix", "fcontract"] |
"reify", "fixfix", "fcontract"] |
|
Legend:
Removed from v.197 |
|
changed lines |
|
Added in v.198 |
|
|