SCM Repository
Log of /sml/trunk/src/compiler/TopLevel/viscomp/control.sml
Sticky Revision: |
Revision 261 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 28 21:14:25 1999 UTC (21 years, 10 months ago) by monnier
File length: 5388 byte(s)
Diff to previous 251
temporarily turned cpsopt back on
Revision 251 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 19 02:55:26 1999 UTC (21 years, 10 months ago) by monnier
File length: 5388 byte(s)
Diff to previous 220
First try at a merge of 110.16
Revision 220 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 9 02:15:05 1999 UTC (21 years, 11 months ago) by monnier
File length: 5374 byte(s)
Diff to previous 213
* opt/split.sml (sexp): don't split HANDLE (it's incorrect). (funeffect): embryo to detect side-effect free APPs (non-functional). (splitThreshold): to put a cap on inlining. (stfn): don't bother splitting inlinable TFNs. * opt/fixfix.sml (curry): fixed bug when uncurrying cooked functions. * opt/fcontract.sml (fcFun): fix bug when undertaking mut-rec functions. * main/flintcomp.sml: added `recover' to help debugging. updated the fold to allow extraction of Fi and return it at the end. * lsplit/ls-inline.sml (oneBranch): fixed the wrapper function. * flint/flintutil.sml (freevars): forgot to count the arg of SWITCH. * flint/flint.sig: added a tfkind to TFN (only inlining for now). * main/control.sml: new file. Moved from TopLevel/viscomp/control.sml (splitThreshold): new var. * TopLevel/viscomp/control.sig (FLINT.printFctTypes): to reduce clutter. (splitThreshold): to control splitting agressiveness. * TopLevel/viscomp/control.sml: moved substructs outside so that clients can refer to them directly (rather than through Control.Foo) to reduce spurious dependencies. * TopLevel/main/{codes,compile}: call `split' from flintcomp, not compile. * kernel/ltyextern.sml (tnarrow), reps/{reify,rttype,typeoper}.sml: flatten arguments when reifying them since the pretty-printer doesn't know how to deal with flattened reified TFNs.
Revision 213 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 15 21:18:35 1999 UTC (22 years, 1 month ago) by monnier
File length: 6345 byte(s)
Diff to previous 204
merged in 110.10
Revision 204 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 20 11:23:30 1998 UTC (22 years, 2 months ago) by monnier
File length: 6273 byte(s)
Diff to previous 203
*** empty log message ***
Revision 203 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 19 20:51:39 1998 UTC (22 years, 2 months ago) by monnier
File length: 6233 byte(s)
Diff to previous 202
* opt/fcontract.sml: turned fcFun into a foldable function. * opt/loopify.sml: added loop-invariant arg removal.
Revision 202 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 13 02:29:45 1998 UTC (22 years, 2 months ago) by monnier
File length: 6307 byte(s)
Diff to previous 198
Added IH_MAYBE to allow more selective inlining.
Revision 198 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 22 02:11:29 1998 UTC (22 years, 3 months ago) by monnier
File length: 6340 byte(s)
Diff to previous 197
*** empty log message ***
Revision 197 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 22 01:25:23 1998 UTC (22 years, 3 months ago) by monnier
File length: 6366 byte(s)
Diff to previous 191
Merged in Bratin's typelifting and Chris' named tvars. FLINT is now using tvars from the first lcontract all the way to cps. * reps/rttype.sml: changes from Bratin. (rtLexp): define the NVAR case (return the tvar as an lvar). * opt/[fl]contract.sml: removed the restriction on inlining at the same deBruijn depth. * opt/lift.sml: new file for typelifting. * flint/flintutil.sml (copy): added tvar renaming. * flint/tvarcvt.sml: new file for named tvar <-> deBruijn conversions.
Revision 191 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 20 02:01:27 1998 UTC (22 years, 3 months ago) by monnier
File length: 6223 byte(s)
Diff to previous 189
* opt/loopify.sml: new file * cps/convert.sml: added code to take advantage of LK_WHILE loops.
Revision 189 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 15 22:29:42 1998 UTC (22 years, 3 months ago) by monnier
File length: 6213 byte(s)
Diff to previous 184
*** empty log message ***
Revision 184 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 8 21:18:20 1998 UTC (22 years, 3 months ago) by monnier
File length: 6184 byte(s)
Diff to previous 183
* added basic unrolling support * changed fkind to have most annotations valid on functors as well. It also adds a loopkind annotation as well as extends the inline boolean into a three-way alternative. * switched to a continuation passing style to implement the let-associativity rule in a better way.
Revision 183 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 8 16:58:19 1998 UTC (22 years, 3 months ago) by monnier
File length: 6086 byte(s)
Diff to previous 163
merged in 110.9.1
Revision 163 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 29 21:00:27 1998 UTC (22 years, 4 months ago) by monnier
File length: 5927 byte(s)
Diff to previous 162
added dropping of dead-arguments
Revision 162 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 27 22:16:21 1998 UTC (22 years, 4 months ago) by monnier
File length: 5887 byte(s)
Diff to previous 161
*** empty log message ***
Revision 161 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 12 03:40:02 1998 UTC (22 years, 4 months ago) by monnier
File length: 5639 byte(s)
Diff to previous 153
*** empty log message ***
Revision 153 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 11 17:49:09 1998 UTC (22 years, 4 months ago) by monnier
File length: 5641 byte(s)
Diff to previous 122
replaced debugFContract by misc and changed the default settings
Revision 122 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 6 15:05:38 1998 UTC (22 years, 8 months ago) by monnier
File length: 5663 byte(s)
Diff to previous 118
addition of fcontract and fixfix and Control.FLINT
Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 5 21:38:17 1998 UTC (22 years, 9 months ago) by monnier
File length: 5578 byte(s)
Diff to previous 109
merged in 110.7 changes
Revision 109 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 29 02:12:55 1998 UTC (22 years, 9 months ago) by monnier
File length: 5855 byte(s)
Diff to previous 102
merged in 110.6 changes
Revision 102 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 14 05:53:10 1998 UTC (22 years, 9 months ago) by monnier
File length: 6627 byte(s)
Diff to previous 95
merged in 110.5.1 from Zhong
Revision 95 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 13 00:49:12 1998 UTC (22 years, 9 months ago) by monnier
File length: 6616 byte(s)
Diff to previous 71
merged with 110.5
Revision 71 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 3 01:57:57 1998 UTC (22 years, 11 months ago) by monnier
File length: 6514 byte(s)
Diff to previous 59
merged in Zhong's 110.4
Revision 59 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 30 19:24:59 1998 UTC (22 years, 11 months ago) by league
File length: 6548 byte(s)
Diff to previous 53
Renaming of Control.CG flags related to type-checking. Now we have `checkFlint', `checkKinds', and `checkDatatypes'.
Revision 53 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 23 04:02:58 1998 UTC (22 years, 11 months ago) by league
File length: 6455 byte(s)
Diff to previous 51
Type and kind-checking working and turned on by default. Datatype equality still not implemented.
Revision 51 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 22 23:08:44 1998 UTC (22 years, 11 months ago) by monnier
File length: 6423 byte(s)
Diff to previous 16
split printLambda into printLambda and printFlint
Revision 16 - (view) (download) (annotate) - [select for diffs]
Added Wed Mar 11 21:00:04 1998 UTC (22 years, 11 months ago) by monnier
File length: 6390 byte(s)
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |