Slashdot Mirror


Transmeta Astro -- More Details

chill writes "We've recently seen announcements, product launches and reviews from AMD and Intel on their new low power chipsets. Not to be left out, Transmeta has more details on their forthcoming Astro processor. Slashdot covered the Astro back at Comdex in November."

4 of 142 comments (clear)

  1. Re:Not to be a naysayer.. by evanbd · · Score: 4, Informative
    That's interesting; I rather like my transmeta-powered laptop. Especially the way it uses a whole 7 watts of power for the entire thing (that's a mostly idle state... editors and web browsers open, but not doing ahuge amount). It's lightweight and fast enough, but more speed is always welcome. As is lower power, which I think the new chip is...

    Seems to me the Transmeta chips work fine.

    For reference, I'm using a Toshiba Libretto L1, purchased from Dynamism.com.

  2. Re:What ever happened the to the code morphing? by Elwood+P+Dowd · · Score: 5, Informative

    I remember way back before they released anything, their major claim to fame so to speak was their code morphing tech where it would just emulate whatever cpu you needed.

    No, their claim to fame was that their code morphing allowed them to run x86 instructions on a VLIW chip, which may turn out to be more scalable/efficient than either RISC or CISC architectures. The R&D on the code morphing was just as expensive as the R&D for the rest of the chip, so I can't imagine they'd go repeating that for some less popular architecture.

    They never said they were about to release code morphing packages for other platforms. Idiotic journalists (and slashdot readers) were the ones that pointed out that the code morphing could work for other platforms.

    --

    There are no trails. There are no trees out here.
  3. Order by price/power/performance by Anonymous Coward · · Score: 5, Informative

    Fastest to slowest:
    AMD XP-M
    Intel Pentium-M
    Intel ULV Pentium III
    Via C3
    Transmeta Crusoe

    Least power to most power:
    Transmeta Crusoe
    Intel Pentium-M
    Via C3
    Intel ULV Pentium III
    AMD XP-M

    Cheapest to most expensive:
    Via C3
    Transmeta Crusoe
    Intel ULV Pentium III
    AMD XP-M
    Pentium-M

    It depends on your need; if you are going for embedded systems try a non-x86 processor, which is better in all two categories and in the middle in performance. For a laptop, the XP-M or Pentium-M offers desktop replacement performance; if battery life is your thing, the Pentium-M, Via C3 or Transmeta processors ought to do ok. If cheap is the most important thing then go Via.

  4. Re:What ever happened the to the code morphing? by vlad_petric · · Score: 4, Informative
    NO.

    The processor is not RISC, it's VLIW. A meta-instruction is made of 8 smaller, 32-bit ones. The key characteristic of VLIW is that these 8 instructions are explicitly parallel; the processor knows, when processing this instruction, that it can execute all these 8 subinstructions in parallel (now a sub-instruction is RISC-like, I grant you that). The difficulty is finding this level of parallelism in existing x86 programs (this is the job of the software code morpher)

    Furthermore, only the meta-instruction is 256 bits, not the registers, etc (which are only 32 bits). That'd be way too wasteful. Most apps don't need more than 32 bits, anyway. Only big servers need more than 4 Gigs; this processor is targeted to mobile applications, therefore I'm pretty sure it can only address 4 G of RAM.

    --

    The Raven