SCM Repository
Log of /sml/trunk/src/compiler/ChangeLog
Sticky Revision: |
Revision 698 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 21 22:05:47 2000 UTC (19 years, 3 months ago) by monnier
File length: 2130 byte(s)
Diff to previous 651
(CompileF.codegen): Remove dead code. Enforce the `nosplit' directive by dropping inlineExp if requested.
Revision 651 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 1 18:34:03 2000 UTC (19 years, 6 months ago) by monnier
File length: 1942 byte(s)
Diff to previous 626
bring revisions from the vendor branch to the trunk
Revision 626 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 22 23:24:24 2000 UTC (19 years, 7 months ago) by monnier
File length: 1942 byte(s)
Diff to previous 623
* opt/flintopt.txt: New file. * main/control.sml (phases): Move loopify+fixfix to before wrap. * cpsopt/cpsopt.sml (zeroexpand): New function. * TopLevel/viscomp/control.sml (cpsopt): Add `zeroexpand' to reduce RA-blowup when compiling ml.grm.sml.
Revision 623 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 20 17:24:37 2000 UTC (19 years, 7 months ago) by monnier
File length: 1736 byte(s)
Diff to previous 622
* TopLevel/viscomp/control.sml (cpsopt): Use last_contract rather than first_contract because dropargs is needed to avoid blowing up the register allocator.
Revision 622 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 19 22:47:11 2000 UTC (19 years, 7 months ago) by monnier
File length: 1524 byte(s)
Diff to previous 220
* main/control.sml (phases): Move loopify (and its fixfix) to before `reify' (while still keeping a fixfix after reify). * TopLevel/viscomp/control.sml (cpsopt): Remove all but first_contract. * TopLevel/interact/evalloop.sml (loop): Don't hide compiler errors.
Revision 220 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 9 02:15:05 1999 UTC (20 years, 9 months ago) by monnier
File length: 1352 byte(s)
Diff to previous 189
* 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 189 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 15 22:29:42 1998 UTC (21 years, 1 month ago) by monnier
File length: 543 byte(s)
Diff to previous 185
*** empty log message ***
Revision 185 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 10 21:01:05 1998 UTC (21 years, 1 month ago) by monnier
File length: 447 byte(s)
Diff to previous 184
* opt/fcontract.sml: take advantage of single-arm SWITCH (aka decon) (SWITCH(CON)): just compare the conreps because types may differ (?) (inlineWitness): ugly hack used to figure out if inlining happened, in order to decide whether to keep the inline bit or not (in cfun).
Revision 184 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 8 21:18:20 1998 UTC (21 years, 1 month ago) by monnier
File length: 296 byte(s)
Diff to previous 162
* 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 162 - (view) (download) (annotate) - [select for diffs]
Added Tue Oct 27 22:16:21 1998 UTC (21 years, 1 month ago) by monnier
File length: 185 byte(s)
*** empty log message ***
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 |