SCM Repository
View of /sml/trunk/src/compiler/CodeGen/sparc/sparcspec.sml
Parent Directory
|
Revision Log
Revision 228 -
(download)
(annotate)
Sat Apr 17 17:15:03 1999 UTC (22 years ago) by monnier
File size: 448 byte(s)
Sat Apr 17 17:15:03 1999 UTC (22 years ago) by monnier
File size: 448 byte(s)
This commit was generated by cvs2svn to compensate for changes in r227, which included commits to RCS files with non-trunk default branches.
(* sparcspec.sml * * COPYRIGHT (c) 1998 AT&T Bell Laboratories. * *) structure SparcSpec : MACH_SPEC = struct open DefaultMachSpec val architecture = "sparc" val numRegs = 18 val numFloatCalleeSaves = 0 val numCalleeSaves = 3 val numFloatRegs = 16 val bigEndian = true val spillAreaSz = 3800 val startgcOffset = 100 val pseudoRegOffset = 104 val constBaseRegOffset = 4096 end (* * $Log$ *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |