SCM Repository
View of /sml/trunk/src/MLRISC/cm/Peephole.cm
Parent Directory
|
Revision Log
Revision 744 -
(download)
(annotate)
Fri Dec 8 04:11:42 2000 UTC (20 years, 1 month ago) by leunga
File size: 517 byte(s)
Fri Dec 8 04:11:42 2000 UTC (20 years, 1 month ago) by leunga
File size: 517 byte(s)
A CVS update record! Changed type cell from int to datatype, and numerous other changes. Affect every client of MLRISC. Lal says this can be bootstrapped on all machines. See smlnj/HISTORY for details. Tag: leunga-20001207-cell-monster-hack
(* MLRISC-Peephole.cm * * COPYRIGHT (c) 1999 Bell Labs, Lucent Technologies. * * This library contains only the peephole optimization stuff. *) Library signature PEEPHOLE functor ClusterPeephole is #if defined(NEW_CM) #if SMLNJ_VERSION * 100 + SMLNJ_MINOR_VERSION >= 11030 $/basis.cm $/smlnj-lib.cm #else basis.cm smlnj-lib.cm #endif #else smlnj-lib.cm #endif MLRISC.cm (* Peephole optimizations *) ../instructions/peephole.sig ../cluster/clusterPeephole.sml
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |