SCM Repository
Log of /sml/trunk/src/compiler/TopLevel/main/compile.sml
Sticky Revision: |
Revision 698 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 21 22:05:47 2000 UTC (20 years, 6 months ago) by monnier
File length: 10938 byte(s)
Diff to previous 675
(CompileF.codegen): Remove dead code. Enforce the `nosplit' directive by dropping inlineExp if requested.
Revision 675 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 23 09:18:18 2000 UTC (20 years, 8 months ago) by blume
File length: 11370 byte(s)
Diff to previous 651
new back-trace facility added; 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: 11327 byte(s)
Diff to previous 592
bring revisions from the vendor branch to the trunk
Revision 592 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 3 07:04:12 2000 UTC (20 years, 11 months ago) by blume
File length: 11327 byte(s)
Diff to previous 587
merging branch blume_devel_v110p26p2_1 (elimination of corenv)
Revision 587 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 30 09:01:52 2000 UTC (20 years, 11 months ago) by blume
File length: 11342 byte(s)
Diff to previous 504
merging back development branch blume_devel_v110p26p1_3... This involves changes to CM and the removal of CMStaticEnv from the compiler. See the HISTORY file for more information.
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: 13126 byte(s)
Diff to previous 422
the 110.25 merge compiles
Revision 422 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 5 22:49:38 1999 UTC (21 years, 6 months ago) by monnier
File length: 12127 byte(s)
Diff to previous 251
merged in 110.19 and 110.20. Conflicts resolved, but it probably doesn't compile yet.
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: 13600 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: 13587 byte(s)
Diff to previous 168
* 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 168 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 7 20:11:41 1998 UTC (22 years, 3 months ago) by monnier
File length: 13701 byte(s)
Copied from: sml/branches/SMLNJ/src/compiler/TopLevel/main/compile.sml revision 167
Diff to previous 167
This commit was generated by cvs2svn to compensate for changes in r167, which included commits to RCS files with non-trunk default branches.
Revision 167 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 7 20:11:41 1998 UTC (22 years, 3 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/TopLevel/main/compile.sml
File length: 13701 byte(s)
Diff to previous 113
version $version
Revision 113 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 5 19:41:21 1998 UTC (22 years, 9 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/TopLevel/main/compile.sml
File length: 13595 byte(s)
Diff to previous 106
110.7
Revision 106 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 28 21:30:17 1998 UTC (22 years, 9 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/TopLevel/main/compile.sml
File length: 14184 byte(s)
Diff to previous 100
110.6
Revision 100 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 14 04:56:46 1998 UTC (22 years, 9 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/TopLevel/main/compile.sml
File length: 13611 byte(s)
Diff to previous 93
110.5.1 from Zhong
Revision 93 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 12 21:56:22 1998 UTC (22 years, 9 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/TopLevel/main/compile.sml
File length: 12646 byte(s)
Diff to previous 69
*** empty log message ***
Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 3 00:06:55 1998 UTC (22 years, 11 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/TopLevel/main/compile.sml
File length: 12542 byte(s)
Diff to previous 45
*** empty log message ***
Revision 45 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 22 20:11:09 1998 UTC (22 years, 11 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/TopLevel/main/compile.sml
File length: 12537 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, 11 months ago) by
Original Path: sml/branches/SMLNJ/src/compiler/TopLevel/main/compile.sml
File length: 12526 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, 11 months ago) by monnier
File length: 12526 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 |