SCM Repository
Log of /sml/trunk/src/compiler/FLINT/opt/fcontract.sml
Sticky Revision: |
Revision 190 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 19 21:01:17 1998 UTC (23 years, 6 months ago) by monnier
File length: 34194 byte(s)
Diff to previous 189
* opt/optutils.sml (id): removed. That was stupid. * opt/collect.sml: drop support for actuals (was only used for cstargs). * opt/lcontract.sml (lpfd): reset the inline bit to a safe value. * opt/fcontract.sml (cstargs): eliminated. Might reappear in a specialization phase some day. (inline): turned off unrolling because it's buggy. (APP): use the new ifs, damit!
Revision 189 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 15 22:29:42 1998 UTC (23 years, 6 months ago) by monnier
File length: 34491 byte(s)
Diff to previous 187
*** empty log message ***
Revision 187 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 11 07:04:24 1998 UTC (23 years, 6 months ago) by monnier
File length: 31555 byte(s)
Diff to previous 186
* opt/collect.sml(info): got rid of Transfer (unuselexp): junk the fundec part. (unuse): return a boolean instead of calling an undertaker.
Revision 186 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 11 05:24:43 1998 UTC (23 years, 6 months ago) by monnier
File length: 31631 byte(s)
Diff to previous 185
* opt/collect.sml: switched back to a read-only collect phase. Also try to export the info to allow fcontract to circumvent some of the get calls.
Revision 185 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 10 21:01:05 1998 UTC (23 years, 6 months ago) by monnier
File length: 30882 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 (23 years, 6 months ago) by monnier
File length: 29905 byte(s)
Diff to previous 164
* 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 164 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 31 01:03:30 1998 UTC (23 years, 6 months ago) by monnier
File length: 29623 byte(s)
Diff to previous 163
* opt/fcontract.sml (dropcstargs): replace constant args by the constant. * opt/fixfix.sml (curry): correctly handle "imposible" cases. * opt/collect.sml: completely revisited: no distinction between internal/external uses, dead-code elimination done right away. This makes fcontract a little simpler.
Revision 163 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 29 21:00:27 1998 UTC (23 years, 6 months ago) by monnier
File length: 29591 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 (23 years, 6 months ago) by monnier
File length: 27481 byte(s)
Diff to previous 159
*** empty log message ***
Revision 159 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 12 02:45:03 1998 UTC (23 years, 7 months ago) by monnier
File length: 26938 byte(s)
Diff to previous 121
detect inlining loops eliminate Con(Decon c) eliminate Record(Select, ...) when type is available uncount var-use of dropped arms when SWITCH is optimized out
Revision 121 - (view) (download) (annotate) - [select for diffs]
Added Sat Jun 6 15:03:25 1998 UTC (23 years, 11 months ago) by monnier
File length: 24434 byte(s)
re-added fcontract and collect
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 |