SCM Repository
View of /sml/trunk/src/cm/semant/sharing.sml
Parent Directory
|
Revision Log
Revision 388 -
(download)
(annotate)
Mon Jul 26 02:45:07 1999 UTC (21 years, 6 months ago) by blume
File size: 580 byte(s)
Mon Jul 26 02:45:07 1999 UTC (21 years, 6 months ago) by blume
File size: 580 byte(s)
sharing.sml added
(* * Module-level value-sharing in CM. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure Sharing = struct (* the "request" corresponds to the class specified in the .cm file *) datatype request = PRIVATE | SHARED | DONTCARE (* the "mode" (i.e., what CM actually uses) is determined by * taking both "request" and the modes of predecessors in the * dependency graph into account. *) datatype mode = SHARE of bool (* true: warn if sharing is broken *) | DONTSHARE end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |