SCM Repository
View of /sml/trunk/src/compiler/CodeGen/alpha32/alpha32spec.sml
Parent Directory
|
Revision Log
Revision 94 -
(download)
(annotate)
Tue May 12 21:56:22 1998 UTC (22 years, 10 months ago) by monnier
File size: 490 byte(s)
Tue May 12 21:56:22 1998 UTC (22 years, 10 months ago) by monnier
File size: 490 byte(s)
This commit was generated by cvs2svn to compensate for changes in r93, which included commits to RCS files with non-trunk default branches.
(* alpha32spec.sml * * COPYRIGHT (c) 1996 Bell Laboratories. * *) structure Alpha32Spec : MACH_SPEC = struct open DefaultMachSpec val architecture = "alpha32" val bigEndian = false val spillAreaSz = 4000 val numRegs = 17 val numFloatRegs = 29 val numFloatCalleeSaves = 0 val startgcOffset = 8 val pseudoRegOffset = 112 val constBaseRegOffset = 32768 end (* * $Log: alpha32spec.sml,v $ * Revision 1.1.1.1 1998/04/08 18:39:54 george * Version 110.5 * *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |