This article originally appeared in TidBITS on 1996-06-24 at 12:00 p.m.
The permanent URL for this article is: http://db.tidbits.com/article/957
Include images: Off

Fishing for Chips: Part 1

by Geoff Duncan

When Apple introduced the Power Macintosh back in 1994, it pulled off an engineering feat that's rarely been equalled in the computing industry: Apple successfully migrated an operating system and the vast majority of existing applications from the 68000 family of processors to RISC-based PowerPC processors. For those of you who are unfamiliar with the jargon, 68000-based Macs are often called "68K" Macs, and RISC stands for Reduced Instruction Set Computing.

More than two years after their introduction, however, understanding the relative merits of PowerPC processors can be confusing, and Apple has further muddied the situation through its use of cryptic model names. What's the difference between a PowerPC 601 and a 603? How much does clock speed matter? What's a Level 2 cache? And what does any of this say about the difference between a Performa 5400 and a Power Mac 7600?

Answers to questions like these are hard to find, and are all but absent from materials Apple and other Mac systems manufacturers make available. Further, news sources (TidBITS included) rarely explain these terms, since we have much to do just to keep up with the latest releases. So, with that in mind, what follows is an overview of PowerPC processors and some of the terms and technology associated with them. Next issue, I'll cover real-world aspects of PowerPCs, including emulators, system software, and performance tuning.

Worth the RISC? All PowerPC processors are software compatible, so as long has you have a PowerPC chip in your Macintosh, you can run any PowerPC-native Macintosh software. PowerPC-based Macintoshes can also run older software written for 68K Macs, but in emulation mode, which tends to be a little slower than what you'd expect from machines touted as blazingly fast. 68K Macs, however, cannot run software written solely for the PowerPC.

This doesn't mean 68K Macs suddenly become useless; most of these machines will be useful for years to come. I certainly plan to continue using mine. In a way, this is a problem for Apple and other software developers, since this long life span means plenty of people will use 68K Macs for years into the future, and these people will want to be able to upgrade their software in order to take advantage of new features.

But, the writing is on the wall. As time goes on, current system and application software will increasingly only work with the PowerPC. It's unlikely that System 8 will be available for 68K Macs, although certain technologies will probably be broken out and made available for older machines. Similarly, software will be optimized for better performance on more recent PowerPC processors, so more recent processors have potential benefits.

Of Clocks & Cache -- I'll just take a moment to define some terms commonly used to describe PowerPC-based Macintoshes:

A problem with Level 2 caches is figuring out how much you have - the About This Macintosh dialog doesn't report such information, and it's tough to figure out unless you know what your Mac model shipped with or you feel like opening your Mac and reading cryptic numbers on the cache module. Newer Technologies has a free tool that reports on a Power Mac's Level 1 and Level 2 caches (up to 1 MB). Its results have been accurate on machines I've tested.

<ftp://ftp.newertech.com/users/ntech/download/ cache22.hqx>

Current PowerPCs -- Here's a brief outline of the PowerPC processor family as it relates to the Macintosh.

<http://www.3do.com/3dosystems/m2/>

Future PowerPCs -- The PowerPC shows no signs of slowing down in terms of developments of faster processors. Future processors should include the PowerPC 603e-200, which is essentially a 200 MHz version of the PowerPC 603e, sporting that processor's low power requirements and higher clock multipliers. If you'd rather think about improvements to the 604, think about the PowerPC 604e, an enhanced version of the 604, offering higher speeds (166, 180, and 200 MHz, to start with), larger clock multipliers, and increased processor cache size. Quantities of the 604e are shipping right now, and you can expect to see high-speed 604e-based machines from Apple, Power Computing, and other vendors later in 1996.

If you think the 604 is fast, the forthcoming PowerPC 620 is the first 64-bit PowerPC implementation, and it's an even higher-performance processor designed for very high-end systems. The PowerPC 620 uses the same basic design process as the 604e. Although the 620 has been delayed more than a year by problems with technology and reported staffing problems, I expect to see 620-based machines available from Apple and other vendors by early 1997, and some manufacturers have versions of the 620 in-hand now, reportedly running at 200 MHz. The 620 is geared toward multi-processor implementations and transaction processing, and could support up to a whopping 128 MB of Level 2 cache.

IBM and Motorola are currently the sole providers of PowerPC chips, but a little company in San Jose could change that. IBM has granted Exponential Technology a licence to develop PowerPC-compatible processors. Headed by CEO Rick Shriner, a former Apple vice president, and other industry veterans, Exponential plans to use BiCMOS technology to form its processors' core logic, while using more conventional CMOS for on-chip memory - sort of the reverse of the way Pentium chips are manufactured. Although Exponential hasn't made specific speed claims, it anticipates achieving twice the performance of today's microprocessors, which would put their processors in the 300 to 400 MHz range. Exponential still has to prove the feasibility of its technology, but the company has significant financial backing from Apple and other investors, and it claims that its chips will be ready in early 1997.

<http://www.exp.com/>

Stay Tuned -- Next issue, I'll talk about emulators, system software, real-world performance, and how to use this information when buying a Power Mac. Please note that we'll be taking a brief vacation for the Fourth of July and there will be no issue next week.