SCM Repository
View of /sml/trunk/src/compiler/TopLevel/viscomp/machdep-vc.sml
Parent Directory
|
Revision Log
Revision 165 -
(download)
(annotate)
Sat Nov 7 20:10:46 1998 UTC (22 years, 2 months ago) by monnier
File size: 657 byte(s)
Sat Nov 7 20:10:46 1998 UTC (22 years, 2 months ago) by monnier
File size: 657 byte(s)
Initial revision
(* * Copyright 1998 by Bell Laboratories * machdep-vc.sml -- machine dependent part of viscomp * * by Matthias Blume (10/1998) *) functor MachDepVCFun (Machm : CODEGENERATOR) : MACHDEP_VC = struct structure Interact = Interact (EvalLoopF (CompileF (structure M = Machm structure CC = IntConfig))) structure Compile = CompileF (structure M = Machm structure CC = BatchConfig) structure Binfile = BinfileFun (Compile) structure CMSA = CMSAFun (structure BF = Binfile structure C = Compile) structure Profile = ProfileFn (ProfEnv (Interact)) val architecture = Machm.architecture end (* * $Log$ *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |