SCM Repository
[smlnj] / sml / branches / dbm-type-blame / cm / semant / sharing.sml |
View of /sml/branches/dbm-type-blame/cm/semant/sharing.sml
Parent Directory
|
Revision Log
Revision 3539 -
(download)
(annotate)
Mon Jun 21 15:26:28 2010 UTC (10 years, 6 months ago) by dbm
File size: 580 byte(s)
Mon Jun 21 15:26:28 2010 UTC (10 years, 6 months ago) by dbm
File size: 580 byte(s)
Creating dbm-type-blame branch of sml/trunk
(* * 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 |