CVS: sml-dist/src/system/smlnj/cmb amd64-unix.cm, NONE, 1.1 amd64-unix.sml, NONE, 1.1
Matthias Blume <[email protected]> Thu, 05 Oct 2006 09:26:31 -0700
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/sml-dist/src/system/smlnj/cmb
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30638/src/system/smlnj/cmb
Added Files:
amd64-unix.cm amd64-unix.sml
Log Message:
merged amd64 code from Mike Rainey
--- NEW FILE: amd64-unix.cm ---
(*
* Library implementing the bootstrap compiler for AMD64/Unix.
*
* (C) 2006 The Fellowship of SML/NJ
*)
Library
structure AMD64UnixCMB
is
$smlnj/basis/basis.cm
$smlnj/internal/cm-sig-lib.cm
$smlnj/internal/cm-lib.cm
$smlnj/compiler/amd64.cm
$smlnj/internal/cm0.cm
amd64-unix.sml
--- NEW FILE: amd64-unix.sml ---
structure AMD64UnixCMB : CMB =
BootstrapCompileFn (structure Backend = AMD64CCallBackend
val useStream = Backend.Interact.useStream
val os = SMLofNJ.SysInfo.UNIX
val load_plugin = CM0.load_plugin)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV