Slashdot Mirror


HP & IBM Unveil New Chips

In the CPU market, both IBM and HP have new offerings. The first chip is IBM's 500-MHz PPC 440 for embedded systems, etched at .18 microns, and the second is the HP PA-RISC 8600, which uses the same core as the 8500. The IBM chip is for embedded applications, while the second is for workstations. The HP debuts at 500 MHz, and will soon be followed by the 8800.

11 of 69 comments (clear)

  1. Not so sure.... by Pierre · · Score: 2

    Actually workstation prices have been dropping to resonable levels.

    I'm not convinced that 21264 systems are cheaper than the HP's. HP-UX is a miserable Unix? I'm just a user but I am still getting work done on a very old 735 which has uptimes that have corresponded to power outages in my building for years.

    As far as performance HP's 8500's were comperable at lower clock speeds with the 21264. I'm not sure what the 8600 will do for numbers or price but....

    From Microway's site Alpha Screamer 21264 @500MHz
    SpecInt95 28.6
    Specfp95 42.9

    From HP's site on a

    C3000 (8500 @400MHz)
    SpecInt95 30.3
    Specfp95 48.6

    B1000 (8500 @300MHz)
    SpecInt95 22.4
    Specfp95 38.8


    Prices?

    (Compaq's site was very slow)
    Microway 21264 -> 8,995
    HP C3000 -> 13,475
    HP B1000 -> 7,795

    The hp c3000 has more ram, hd, graphics than the b1000 or microway.

    I've also heard of extreme discounts on the HP's from my sys admin.
    I like the idea of an alpha heating my feet at better prices but the 21264 alpha's are not that compelling.
    And if you read that article, the 8X00 HP's are heading to clock speed in Alpha teritory.

  2. Nice, are we really making progress? by SomeoneElse · · Score: 3

    Sure these chips are nice -- better performance is always great I suppose. But I think we've reached the point where before designing yet another CPU with yet another instruction set we should go and change the design of the PC a bit. If the Itanium includes any of the following, then it speaks for itself on just how crappy the PC is regardless of speed.

    1. IRQs. The IRQ controller in most PCs was designed by IBM if I remember correctly, circa *1982* or so. If we have to recompile and redesign all our apps and OSes anyway, can't we go ahead and redesign the other aspects of the circuitry to drive this thing?

    2. Don't tell me this thing will have a AT style keyboard port. Or a PS/2 port for that matter. Something that is supposed to represent bleeding edge technology built with a keyboard controller designed around 1980. Bravo Intel.

    3. ISA: don't even get me started. For a "Next Generation" system to include ISA slots is a joke. Why not build it on a MCA bus while you are at it.

    4. Floppy drive controller. Enough said. A 1.44 MB drive in a system attached to a 80 GB raid array. Great for backups, right?

    The sad thing is that all these wonderfully annoying and archaic antiques will likely be part of the "Next Generation" PCs built on Intel architecture. Says how far we've really come, doesn't it?

    Just my .02

  3. It (PA 8600) does run Linux ... by prumpf · · Score: 2
    or at least, it's really close to. If you want to help the Linux/PA-RISC port (you can get a 712 really cheap), see The Puffin Group's Linux/PA-RISC project.

    Though we'll need a lot of development time (the kernel is close to running, but glibc, binutils and the rest of userspace will need work), testers will be of help, too.

  4. PA-RISC and iTanium by Microlith · · Score: 3

    iTanium, the cpu with the cool translucent die. Comes in 5 fruity flavors.

    Anyways, since HP had a hand in with Intel in designing the Merced, will it also be able to emulate PA-RISC based software in addition to x86 software?

    1. Re:PA-RISC and iTanium by um...+Lucas · · Score: 3

      I believe either Merced or McKinnely will have NATIVE PA-RISC support, rather than emulated support as is the case of x86... Either way, it's cool that they're progressing...

      A while back, I did some calculating of chips based on their SPEC performance, and MHz for MHz, the PA-RISC series is the fastest line of chips. Alpha wins in the end because it uses much higher clocks, and now with the 21264, it's actually accomplishing more per clock, but still, HP's chips clobber all others if they're all at the same clock speed.

    2. Re:PA-RISC and iTanium by Guy+Harris · · Score: 4
      Anyways, since HP had a hand in with Intel in designing the Merced, will it also be able to emulate PA-RISC based software in addition to x86 software?

      Not by itself; the code would be translated to IA-64 code by software. This part of HP's versionof the IA-64 Application Instruction Set Architecture Guide says:

      Binary compatibility between PA-RISC and IA-64 is handled through dynamic object code translation. This process is very efficient because there is such a high degree of correspondence between PA-RISC and IA-64 instructions. HP's performance studies show that on average the dynamic translator only spends 1-2% of its time in translation with 98-99% of the time spent executing native code. The dynamic translator actually performs optimizations on the translated code to take advantage of IA-64's wider instructions, and performance features such as predication, speculation and large register sets. In addition, if an application has been aggressively optimized for PA-RISC, some of the benefit of the optimizations will carry over to IA-64. In fact, an aggressively optimized PA-RISC application may actually perform faster on IA-64 using the dynamic translator than the same application recompiled at a low level of optimization on an IA-64 compiler. Of course, the best performance will result from a high level of optimization using a good native compiler.

      The dynamic translator is designed to run all non-kernel intrusive code, handling both 64-bit and 32-bit instructions. This means operating systems and device drivers typically would not be supported, but all other applications will run. HP's dynamic translator will be bundled with all versions of HP-UX sold for IA-64 systems. When HP-UX encounters code compiled for PA-RISC, it will automatically and transparently invoke the dynamic translator which will allow the code to run on IA-64 without any intervention. Correctness of the dynamic translator has been verified with the same testing regimen used to validate PA-RISC processors.

      If I remember correctly, HP used binary-to-binary translation to move code for the stack-based 16-bit HP 3000 machines to the PA-RISC-based 32-bit HP 3000 machines, so they've done this before.

    3. Re:PA-RISC and iTanium by Guy+Harris · · Score: 4
      I believe either Merced or McKinnely will have NATIVE PA-RISC support, rather than emulated support as is the case of x86...

      "Native" and "emulated" in what sense? Merced (and, I suspect, McKinley) will be able to directly run x86 code; in what sense is that "emulated" rather than "native"? (The latest Microprocessor Report has a story on Intel's presentation on Merced at the latest Microprocessor Forum; it says

      Sharangpani's presentation shed little new light on Merced's IA-32 portion. As disclosed earlier, IA-32 code and data share the same caches and execute in the same function units. [Presumably "same" means "same as what IA-64 code and data use". -gh] When in IA-32 mode, the processor fetches x86 instructions into a separate decoding and scheduling unit that reorders the instructions and executes them using the native execution core. [The article doesn't say that they'll be translated to native instructions. -gh] We expect the IA-32 decoding and scheduling unit to be similar to Pentium III's front end.

      As for PA-RISC code, HP's IA-64 documentation online (see my other comment in this thread for a reference) says that the chip won't execute PA-RISC code; software will translate PA-RISC code to IA-64 code, and the IA-64 code is what will be executed. In what sense is that "native" rather than "emulated"?

      A while back, I did some calculating of chips based on their SPEC performance, and MHz for MHz, the PA-RISC series is the fastest line of chips.

      But if it's easier to make, say, a 21264 run at a given clock rate than it is to make a PA-8500 run at that clock rate, "Alpha wins in the end" regardless - SPEC/MHz isn't necessarily a figure of merit in and of itself.

  5. so how does it compare to teh 21264 and Merced? by smoondog · · Score: 2

    How do these processors compare to the compaq alpha 21264's. This is the real 64 bit competition. Hope their price structure is reasonable as well.


    -- Moondog

    1. Re:so how does it compare to teh 21264 and Merced? by um...+Lucas · · Score: 2

      Like I said in a different comment, prior to the 21264, PA-RISC's descimated Alpha's in terms of SPEC perforance per clock cycle... Alpha made up the difference with higher speeds. With the advent of the 21264, which is much faster at a given speed than the 21164 (I don't use Alpha's, am not a chip person, and therefore don't know why - i presume more pipes and a larger cache) the Alpha makes up some ground on the performance per MHz front, but more than makes up the ground due to sheer speed.

  6. Re:Serious Question by um...+Lucas · · Score: 2

    HP entered into some form of agreement with either Apple or Carnegie-Mellon in order to gain access to, or share private advances in, the Mach microkernel and/or MkLinux. Since Linux is GPLed, I assume it was for the microkernell, but regardless, if HP's had engineers on Mach for over a year, then at least a variant of MkLinux should run.

  7. According to the numbers by aheitner · · Score: 2

    Alphas come out slightly faster, as was mentioned, due to clockspeed. PA-RISCs are faster clock-per clock (tho 21364 hasn't come out yet...)

    But Alphas are very different machines than HPs. Alphas are pure number crunching machines. I don't think anyone's using HPs who doesn't have legacy reasons to do so. HP-UX is a pretty miserable UNIX, and the machines themselves are quite expensive (moreso than Alphas, I believe). Alphas are relatively cheap as workstations go. HPs tend to be popular in engineering applications, where the people have been using them for a long time and are very comfortable with them.