SCM Repository
Log of /sml/trunk/src/compiler/FLINT/plambda/flintnm.sml
Sticky Revision: |
Revision 252 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 20 17:22:07 1999 UTC (21 years, 9 months ago) by monnier
File length: 21288 byte(s)
Diff to previous 251
detect empty TFN/TAPP early
Revision 251 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 19 02:55:26 1999 UTC (21 years, 9 months ago) by monnier
File length: 21210 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, 10 months ago) by monnier
File length: 21228 byte(s)
Diff to previous 184
* 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 184 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 8 21:18:20 1998 UTC (22 years, 2 months ago) by monnier
File length: 21190 byte(s)
Diff to previous 161
* 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 161 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 12 03:40:02 1998 UTC (22 years, 3 months ago) by monnier
File length: 21284 byte(s)
Diff to previous 118
*** empty log message ***
Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 5 21:38:17 1998 UTC (22 years, 7 months ago) by monnier
File length: 21244 byte(s)
Diff to previous 95
merged in 110.7 changes
Revision 95 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 13 00:49:12 1998 UTC (22 years, 8 months ago) by monnier
File length: 21329 byte(s)
Diff to previous 80
merged with 110.5
Revision 80 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 29 23:25:33 1998 UTC (22 years, 9 months ago) by monnier
File length: 21227 byte(s)
Diff to previous 71
Changed the semantics of "inline".
Revision 71 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 3 01:57:57 1998 UTC (22 years, 9 months ago) by monnier
File length: 21232 byte(s)
Diff to previous 50
merged in Zhong's 110.4
Revision 50 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 22 23:05:33 1998 UTC (22 years, 10 months ago) by monnier
File length: 19466 byte(s)
Diff to previous 46
moved TAPP handling from `tolexp' to `tolvar' since it always binds one and only one variable.
Revision 46 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 22 20:11:09 1998 UTC (22 years, 10 months ago) by monnier
File length: 19567 byte(s)
Copied from: sml/branches/SMLNJ/src/compiler/FLINT/plambda/flintnm.sml revision 45
Diff to previous 45
This commit was generated by cvs2svn to compensate for changes in r45, which included commits to RCS files with non-trunk default branches.
Revision 45 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 22 20:11:09 1998 UTC (22 years, 10 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/FLINT/plambda/flintnm.sml
File length: 19567 byte(s)
Diff to previous 24
*** empty log message ***
Revision 24 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 12 00:49:58 1998 UTC (22 years, 10 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/FLINT/plambda/flintnm.sml
File length: 15007 byte(s)
Diff to previous 17
*** empty log message ***
Revision 17 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 11 21:00:18 1998 UTC (22 years, 10 months ago) by
Original Path: sml/branches/SMLNJ/src/compiler/FLINT/plambda/flintnm.sml
File length: 19255 byte(s)
Diff to previous 16
This commit was manufactured by cvs2svn to create branch 'SMLNJ'.
Revision 16 - (view) (download) (annotate) - [select for diffs]
Added Wed Mar 11 21:00:04 1998 UTC (22 years, 10 months ago) by monnier
File length: 19255 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 |