SCM Repository
View of /sml/trunk/src/cm/bootstrap/cmb-slave-stub.sml
Parent Directory
|
Revision Log
Revision 449 -
(download)
(annotate)
Fri Oct 22 07:35:29 1999 UTC (21 years, 3 months ago) by blume
File size: 580 byte(s)
Fri Oct 22 07:35:29 1999 UTC (21 years, 3 months ago) by blume
File size: 580 byte(s)
parallel make basically works (with rough edges)
(* * This is a stub providing "slave" functionality for CMB. * (We use dynamic linking technology to avoid loading host-cmb.cm * on the slave side unless it is really needed.) * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure CMBSlave = struct local val initialized = ref false in fun slave make s = (if !initialized then () else if make "host-cmb.cm" then initialized := true else raise Fail "dynamic linkage for CMB slave failed"; CMBSlaveHook.slave s) end end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |