SCM Repository
View of /sml/trunk/src/compiler/CodeGen/main/machine.sig
Parent Directory
|
Revision Log
Revision 229 -
(download)
(as text)
(annotate)
Sat Apr 17 18:10:40 1999 UTC (21 years, 9 months ago) by monnier
File size: 450 byte(s)
Sat Apr 17 18:10:40 1999 UTC (21 years, 9 months ago) by monnier
File size: 450 byte(s)
Initial revision
(* COPYRIGHT (c) 1999 Lucent Technologies, Bell Labs *) (* Signature to capture various aspects of the MLRISC back end *) signature MACHINE = sig structure F : FLOWGRAPH structure P : INSN_PROPERTIES where I = F.I and C = F.C structure Asm : EMITTER_NEW where I = F.I and P = F.P val copyProp : F.cluster -> F.cluster val optimizerHook : (F.cluster -> F.cluster) option ref val finish : unit -> unit end (* MACHINE *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |