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
43 |
val closureprint = ref false |
val closureprint = ref false |
44 |
val closureStrategy = ref 0 |
val closureStrategy = ref 0 |
45 |
val lambdaopt = ref true |
val lambdaopt = ref true |
46 |
val cpsopt = ref [(* "first_contract", "eta", "uncurry", "etasplit", |
val cpsopt = ref ["first_contract", "eta", "uncurry", "etasplit", |
47 |
"cycle_expand", *) "eta", "last_contract"] |
"cycle_expand", (* *) "eta", "last_contract"] |
48 |
val rounds = ref 10 |
val rounds = ref 10 |
49 |
val path = ref false |
val path = ref false |
50 |
val betacontract = ref true |
val betacontract = ref true |
|
Legend:
Removed from v.260 |
|
changed lines |
|
Added in v.261 |
|
|