SCM Repository
View of /sml/trunk/src/compiler/TopLevel/viscomp/machdep-vc.sml
Parent Directory
|
Revision Log
Revision 477 -
(download)
(annotate)
Wed Nov 10 23:04:21 1999 UTC (22 years, 7 months ago) by monnier
File size: 678 byte(s)
Wed Nov 10 23:04:21 1999 UTC (22 years, 7 months ago) by monnier
File size: 678 byte(s)
auto-merged to 110.24
(* * 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)) structure Machine = Machm.Machine val architecture = Machm.architecture end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |