SCM Repository
[smlnj] / sml / trunk / src / compiler / CodeGen / cpscompile / smlnj-gctype.sig |
View of /sml/trunk/src/compiler/CodeGen/cpscompile/smlnj-gctype.sig
Parent Directory
|
Revision Log
Revision 473 -
(download)
(as text)
(annotate)
Wed Nov 10 22:54:26 1999 UTC (22 years, 7 months ago) by monnier
File size: 458 byte(s)
Wed Nov 10 22:54:26 1999 UTC (22 years, 7 months ago) by monnier
File size: 458 byte(s)
Initial revision
signature SMLGCTYPE = sig type objtype = CPS.cty datatype gctype = CONST of int (* integer constant *) | NONREF of objtype ref (* non-reference value *) | REF of objtype ref (* a reference, pointer to a gc object *) | ADD of int * gctype * gctype (* address arithmetic + *) | SUB of int * gctype * gctype (* address arithmetic - *) | BOT | TOP val toString : gctype -> string end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |