SCM Repository
View of /sml/trunk/src/compiler/CodeGen/x86/x86Runtime.sml
Parent Directory
|
Revision Log
Revision 247 -
(download)
(annotate)
Sat Apr 17 18:47:13 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/CodeGen/x86/x86Runtime.sml
File size: 417 byte(s)
Sat Apr 17 18:47:13 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/CodeGen/x86/x86Runtime.sml
File size: 417 byte(s)
version 110.16
(* I am fed up of runtime (assembly-linkage) parameters sprinkled * all over the back end. *) structure X86Runtime = struct val numVregs = (* 24 *) 18 (* stack offsets *) val vFpStart = 184 (* floating point registers *) val vregStart = 72 (* virtual regs *) val regStart = 40 (* area for physcial registers *) val spillStart = 512 (* spill area *) val spillAreaSz = X86Spec.spillAreaSz end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |