SCM Repository
Log of /sml/trunk/src/compiler/FLINT/opt/split.sml
Sticky Revision: |
Revision 1122 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 7 19:13:17 2002 UTC (18 years, 11 months ago) by monnier
File length: 10598 byte(s)
Diff to previous 818
(FSplit.split.stfn): Check "split all" before checking "split nothing" in case the TFN has nothing but RET[v].
Revision 818 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 4 20:58:47 2001 UTC (19 years, 10 months ago) by blume
File length: 10598 byte(s)
Diff to previous 733
merging changes from devel branch and fixing up some earlier mistakes (see HISTORY)
Revision 733 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 17 05:13:45 2000 UTC (20 years, 3 months ago) by blume
File length: 10505 byte(s)
Diff to previous 651
merged the big housecleaning patch (see HISTORY!)
Revision 651 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 1 18:34:03 2000 UTC (20 years, 9 months ago) by monnier
File length: 10477 byte(s)
Diff to previous 506
bring revisions from the vendor branch to the trunk
Revision 506 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 10 00:15:35 1999 UTC (21 years, 2 months ago) by monnier
File length: 10477 byte(s)
Diff to previous 504
The compiler now compiles to a fix point but "split" still doesn't work because of a problem with the pickler.
Revision 504 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 18:31:05 1999 UTC (21 years, 2 months ago) by monnier
File length: 10480 byte(s)
Diff to previous 489
the 110.25 merge compiles
Revision 489 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 23 12:55:00 1999 UTC (21 years, 3 months ago) by monnier
File length: 10476 byte(s)
Diff to previous 423
somewhat functional
Revision 423 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 6 02:32:11 1999 UTC (21 years, 5 months ago) by monnier
File length: 10387 byte(s)
Diff to previous 382
It now compiles
Revision 382 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 11 03:12:07 1999 UTC (21 years, 7 months ago) by monnier
File length: 10263 byte(s)
Diff to previous 220
* opt/split.sml: don't burp when you can't split.
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: 10219 byte(s)
Diff to previous 217
* 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 217 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 28 23:41:30 1999 UTC (22 years ago) by monnier
File length: 9713 byte(s)
Diff to previous 216
* opt/fcontract.sml (fcEta): do the known->unknown eta-reduce if the `known' function is not locally defined (in which case the known/unknown distinction is pointless anyway). (wrap): don't forget to junk dead inlinable functions.
Revision 216 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 26 12:55:26 1999 UTC (22 years ago) by monnier
File length: 9709 byte(s)
Diff to previous 215
* opt/split.sml: seriously reworked. Now splits TFNs as well. * kernel/primop.sml (effect): removed DEREF and MAKEREF from the pure primops. * flint/flintutil.sml (copy): sort the type-map since {lt,tc}_subst actually expects it to be sorted. * kernel/ltyextern.{sml,sig} (lt_nvpoly): new function (digged from recover.sml to build a LT_POLY in the case of named tvars. * opt/recover.sml: removed unused depth arguments left behind from before we switched to named tvars. (addLty): added for the benefit of opt/split.sml (lt_nvpoly): moved to ltyextern.sml
Revision 215 - (view) (download) (annotate) - [select for diffs]
Added Wed Feb 17 14:17:40 1999 UTC (22 years ago) by monnier
File length: 6623 byte(s)
* opt/split.sml: new file. Does the lambda-splitting for cross-module inlining. Currently in a simplified form. * opt/fcontract.sml (fcEta): bug with (mutually) recursive eta redexes.
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 |