Scalable processor architecture


computer
(SPARC) An instruction set architecture designed by Sun Microsystems for their own use in 1985. Sun was a maker of 680×0-based Unix workstations. Research versions of RISC processors had promised a major step forward in speed but existing manufacturers were slow to introduce a RISC type processor, so Sun went ahead and developed its own, based on the University of California at Berkley’s RISC I and RISC II 1980-2. In keeping with their open philosophy, they licenced it to other companies, rather than manufacture it themselves. The evolution and standardisation of SPARC is now directed by the non-profit consortium SPARC International, Inc.
SPARC was not the first RISC processor. The AMD 29000 came before it, as did the MIPS R2000 (based on Stanford’s design) and Hewlett-Packard Precision Architecture CPU, among others. The SPARC design was radical at the time, even omitting multiple cycle multiply and divide instructions (like a few others), while most RISC CPUs are more conventional.
SPARC implementations usually contain 128 or 144 registers, (CISC designs typically had 16 or less). At each time 32 registers are available – 8 are global, the rest are allocated in a “window” from a stack of registers. The window is moved 16 registers down the stack during a function call, so that the upper and lower 8 registers are shared between functions, to pass and return values, and 8 are local. The window is moved up on return, so registers are loaded or saved only at the top or bottom of the register stack. This allows functions to be called in as little as 1 cycle. Like some other RISC processors, reading global register zero always returns zero and writing it has no effect. SPARC is pipelined for performance, and like previous processors, a dedicated condition code register holds comparison results.
SPARC is “scalable” mainly because the register stack can be expanded (up to 512, or 32 windows), to reduce loads and saves between functions, or scaled down to reduce interrupt or context switch time, when the entire register set has to be saved. Function calls are usually much more frequent, so the large register set is usually a plus.
SPARC is not a chip, but a specification, and so there are various implementations of it. It has undergone revisions, and now has multiply and divide instructions. Most versions are 32 bits, but there are designs for 64-bit and superscalar versions. SPARC was submitted to the IEEE society to be considered for the P1754 microprocessor standard.
SPARC(R) is a registered trademark of SPARC International, Inc. in the United States and other countries.
[The SPARC Architecture Manual, v8, ISBN 0-13-825001-4].
(1994-11-01)

Read Also:

  • Scalable sampling rate

    compression, standard, algorithm (SSR) See, e.g., MPEG-4 AAC SSR. (2001-12-08)

  • Saxophone

    noun 1. a musical wind instrument consisting of a conical, usually brass tube with keys or valves and a mouthpiece with one reed. noun 1. a keyed wind instrument of mellow tone colour, used mainly in jazz and dance music. It is made in various sizes, has a conical bore, and a single reed Often […]

  • Saxony-Anhalt

    [sak-suh-nee-ahn-hahlt] /ˈsæk sə niˈɑn hɑlt/ noun 1. a state in central Germany. 9515 sq. mi. (24,644 sq. km). Capital: Magdeburg. Saxony-Anhalt /ˈsæksənɪ ˈɑːnhɑːlt/ noun 1. a state of E Germany: created in 1947 from the state of Anhalt and those parts of Prussia formerly ruled by the duchy of Saxony: part of East Germany until […]

  • Saxony

    noun 1. a fine, three-ply woolen yarn. 2. a soft-finish, compact fabric, originally of high-grade merino wool from Saxony, for topcoats and overcoats. 3. a pile carpet woven in the manner of a Wilton but with yarns of lesser quality. noun 1. a state in E central Germany. 6561 sq. mi. (16,990 sq. km). Capital: […]

  • Scalar

    adjective 1. representable by position on a scale or line; having only magnitude: a scalar variable. 2. of, relating to, or utilizing a scalar. 3. ladderlike in arrangement or organization; graduated: a scalar structure for promoting personnel. noun 4. Mathematics, Physics. a quantity possessing only magnitude. Compare vector (def 1a). noun 1. a quantity, such […]


Disclaimer: Scalable processor architecture definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.