SPARC is a highly-scalable open architecture designed to offer fast execution rates. The word "scalable" in SPARC means the register stack can be scaled up to 512, or 32 windows, to minimize processor loads. It can also be scaled down to minimize interference and context switching time. At some point during a function call, the window is passed 16 registers down the stack to share upper and lower registers between functions. The window is again moved up, pushing the local registers to the top or bottom of the stack, allowing local values to be maintained across function calls.
Since its release, there have been several revisions to the SPARC architecture. SPARC has introduced many new features in version 8, which includes multiply and divide functionality and a 128-bit quad-precision register.
In addition to Sun’s own Solaris, OpenSolaris and SunOS, SPARC is designed to support other OSs such as NetBSD, OpenBSD and Linux, among others.
Since its release, there have been several revisions to the SPARC architecture. SPARC has introduced many new features in version 8, which includes multiply and divide functionality and a 128-bit quad-precision register.
In addition to Sun’s own Solaris, OpenSolaris and SunOS, SPARC is designed to support other OSs such as NetBSD, OpenBSD and Linux, among others.
0 Comments