SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/target-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 622, Mon Mar 14 19:56:40 2011 UTC | revision 623, Tue Mar 15 17:04:53 2011 UTC | |
---|---|---|
# | Line 14 | Line 14 |
14 | type var | type var |
15 | type exp | type exp |
16 | type stm | type stm |
type method | ||
17 | type ty | type ty |
18 | ||
19 | (* the maximum width of a vector of reals on the target. This value takes into | (* the maximum width of a vector of reals on the target. This value takes into |
# | Line 43 | Line 42 |
42 | val globalInit : program * stm -> unit | val globalInit : program * stm -> unit |
43 | ||
44 | (* register the initially code for a program *) | (* register the initially code for a program *) |
45 | val initially : program * stm -> unit | val initially : { |
46 | prog : program, | |
47 | isArray : bool, | |
48 | iterPrefix : stm list, | |
49 | iters : (var * exp * exp) list, | |
50 | createPrefix : stm list, | |
51 | strand : strand, | |
52 | args : exp list | |
53 | } -> unit | |
54 | ||
55 | structure Var : sig | structure Var : sig |
56 | val global : program * ty * string -> var | val global : program * ty * string -> var |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |