CVS: sml-dist/src/compiler/Semant/basics inlinfo.sml, 1.6.8.2, 1.6.8.3
David MacQueen <[email protected]> Tue, 20 Jun 2006 15:15:27 -0700
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/sml-dist/src/compiler/Semant/basics
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6779/src/compiler/Semant/basics
Modified Files:
Tag: primop-branch-2
inlinfo.sml
Log Message:
further primop changes
Index: inlinfo.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/Semant/basics/inlinfo.sml,v
retrieving revision 1.6.8.2
retrieving revision 1.6.8.3
diff -C2 -d -r1.6.8.2 -r1.6.8.3
*** inlinfo.sml 19 Jun 2006 22:37:46 -0000 1.6.8.2
--- inlinfo.sml 20 Jun 2006 22:15:23 -0000 1.6.8.3
***************
*** 20,23 ****
--- 20,30 ----
| Null
+ (* alternative types:
+ datatype primInfo = Prim of int | Null
+ datatype strElemInfo = PrimE of primInfo
+ | StrE of strInfo
+ withtype strInfo = strElemInfo list
+ *)
+
fun isPrimop (Info _) = true
| isPrimop _ = false