Slashdot Mirror


Positive Reports From Transmeta

utopicillusion writes "The register reports : "More cash flowed into Transmeta in the second quarter than it spent, the company said late last week as a teaser for its upcoming results announcement." This is about after a month that CNN predicted that Transmeta was going under. "

23 of 77 comments (clear)

  1. I find this suprising by X-Phile · · Score: 4, Interesting

    I'm not familiar with any new hardware that has Transmeta chips in them, and I don't remember hearing any big news about new partnerships. Where is the cash coming from? They promised a lot a long time ago, and they kind of stalled.

    --
    "Well you're not Fiona Apple, and if you're not Fionna Apple, I don't give a rat's ass."
    1. Re:I find this suprising by morcheeba · · Score: 4, Interesting

      The Orion Multisystem (96 processors under your desk) and the OQO are recent examples. They are in some Sharp notebooks ... browse the list here.

    2. Re:I find this suprising by m4dm4n · · Score: 3, Informative

      FTFA: "Transmeta has been aggressively attempting to cut costs ever since it decided earlier this year to get out of the chip manufacturing business and focus instead on processor technologies it can license to other vendors."

      You're probably going to battle to find any chips with the name transmeta on next year. However, many other chips may contain licensed technologies in them that will be bringing revenue into transmeta.

  2. Only a single quarter by TheViciousOverWind · · Score: 4, Insightful

    I'd say it's a bit soon to come to the conclusion that the company is not going under, because of the result of 3 financial months.

    I'm not saying that the company IS going under, but it's pretty easy for a company to shuffle expenses off to the next quarter and make it seem like the current quarter is greater than it in fact really is - If we were talking about a complete fiscal year it would be more impressive.

    --
    My <1000 UID is with a hot chick
  3. Question by Anonymous Coward · · Score: 3, Insightful

    Is Slashdot's love for Transmeta borne purely from the fact that Linus Torvalds used to work for them? My understanding was that they had promised much in the way of low-power, cool-running processors for embedded applications, most of which have been surpassed by better offerings from other vendors. Why all the fuss?

    1. Re:Question by interiot · · Score: 2, Informative
      Um... I seem to remember something about efficient processor emulation via dynamic compiling and optimization of hotspots?

      Low power would just be a nice side-effect that would allow the company to remain commercially viable (you got to bring home the bacon. And maybe the lovin'. And the lovin' bacon).

      The real benefit Transmeta brings is that after n years of financial viability and R&D research, they'd start selling CPU's and software that would allow you to change your CPU to emulate other popular instruction sets as well... all on the same hardware.

    2. Re:Question by TheRaven64 · · Score: 3, Interesting
      For those of us who don't care about Linus, Transmeta were still interesting. They developed a commercially-viable VLIW CPU, something Intel are still failing to do with Itanium. Some of us believe that VLIW is a particularly interesting concept in CPU design, in much the same way RISC is. Having the microcode in software, while not a new idea (the MicroVAX did it, for example) is also interesting.

      Sadly, for all their interesting technology, they are still not producing CPUs that are all that useful - although the 96-CPU desktop using Transmeta chips does look fun...

      --
      I am TheRaven on Soylent News
  4. Re:I'll Wait... by 10101001011 · · Score: 4, Funny

    I'm sorry, did I miss the memo?

    Is the whole Netcraft thing done now, too tired, overused? I sincerely appologize. Allow me to rectify my error.

    "In Soviet Russia, the profits Transmeta YOU!"

    No? That one is also too overused? Okay, how about: "Yeah but do they run Linu.." Pardon? They do? Oh...

    "Well I'd love to see a Beowolf cluster of these..." Now what? There are clusters of these. Damn, well...

    "Cowboy Neal is hot!" I fail to see how this sentence relates to Transmeta's profits, but know that it was through modding my post a troll that you drove me to it!

  5. IBM's new chips = Transmeta revival? by bbzzdd · · Score: 3, Interesting

    The chips going into the Playstation 3 and Xbox 360 are similar in technology to what Transmeta was doing years back. They all strip out out of order execution, branch prediction, etc to reduce die size and circuit complexities. Maybe people are starting to realize the way around the Ghz wall is to reduce complexity?

    1. Re:IBM's new chips = Transmeta revival? by tomstdenis · · Score: 2, Informative

      That's just a tradeoff though as the cost of development for a processor with no ooe or assists is higher.

      In the case of the xbox/ps3 processors you essentially have to "know your timings". Which isn't a bad thing since from a hardware perspective this gets you more bang per gate.

      But to get any sort of high performance out of this the companies are going to have to invest heavily in well optimized libraries to draw from [which is also not a bad thing, but many don't really do this].

      So the net effect of a processor [for a single task like gaming] with no ooe/schedulers/etc is if you don't fight the system you end up writing and designing better code that in the long run can pay off [code reuse == time in your pocket].

      However, the way to high performance isn't always Ghz. If your cpu runs at 2x the clock but takes 4x the cycles ... you're still 2x slower unless you can heavily pipeline all your operations [which isn't always the case and usually isn't].

      Tom

      --
      Someday, I'll have a real sig.
    2. Re:IBM's new chips = Transmeta revival? by TheRaven64 · · Score: 3, Informative
      The PS3 / XBox 360 CPUs schedule instructions relatively poorly. This is not a problem for a console - it is a fixed platform and the CPU in it will be the same in a year's time. You can compile a game for the console with a compiler that's explicitly aware of the instruction timings of the deployment chip and it will work correctly on every console because they have the same CPU.

      PCs and workstations are more varied. Every CPU revision can throw your instruction timings off and make your tightly compiled code suddenly much slower.

      The only CPU I am aware of that is taking a similar approach to Transmeta's offerings is Itanium, which has a few quite neat tricks to get around the standard limitations of VLIW. Itanium bundles all instructions which can be executed in parallel together to allow additional execution units to be added later without and still used by existing code. Transmeta use x86 dynamically translate x86 instruction set code to VLIW code on the fly, so the compiler doesn't need to know about the native VLIW instruction set (not very useful, because it still means they need to do all of the things that VLIW is supposed to eliminate - although perhaps they can just do them once and then cache the results).

      Oh, and no one is stripping out branch prediction. With current CPUs, the cost of a branch prediction miss is horrendous (it can be over 200 instructions on a P4, for example), so removing branch prediction would absolutely cripple performance. This is one of the reasons why languages such as Java have high-level syntactic constructs like exceptions - to allow the compiler to provide a hint for the first time past the branch (the exception path is known to be lower probability).

      --
      I am TheRaven on Soylent News
  6. Re:Who cares?! Honestly!! by jockm · · Score: 4, Insightful

    Face it this company is toast. NeXT even posted a profitable quater once too, and look where they are!

    Yeah, all Tom Sawyer like, they got Apple to pay NeXT to take over Apple...

    --

    What do you know I wrote a novel
  7. That's because they sold their processor business by Nova+Express · · Score: 5, Informative
    I shouldn't be surprised by Slashdot's short institutional memory, but the rteason Transmeta showed a profit was that "it sold off most of its chipmaking business for $15 million to Culturecom Holdings." It's cash flow positive in the same way a family which auctions off all its belongings is cash-flow positive: temporarily.

    --
    Lawrence Person (lawrencepersonh@gmailh.com (remove all "h"s to mail)

    http://www.lawrenceperson.com/

  8. transmeta results by reallynewoldguy · · Score: 2, Informative

    The release from transmeta says that cash flow from operations is positive. This means that actually dollars out is higher than actual dollars in because there can dollars going out for non-operational items, such as capital expenses, repayment of loans, etc. The news is good news if you like transmeta because positive operating cash flow is better than negative - but it does not necessarily mean that transmeta can pay all its bills.

  9. Re:Who cares?! Honestly!! by brokeninside · · Score: 4, Insightful

    I, for one, never cared about Transmeta because `Linus once worked there.' Transmeta was cool because (1) they were making chips using an innovative design, which is rare, and (2) they were making chips for a niche that I have an active interest in. Turns out that neither their VLIW design nor their approach at x86 emulation turned out to be efficient enough to be effective, but it is tremendously interesting technology.

    You're barking up the wrong tree with your point about NeXT. The NeXT crew got purchased by Apple, engineered a takeover, and now control the single largest Unix vendor in the world. Are you suggesting Transmeta might do something similiar?

    You're probably correct that ``unless someone wants their "technology" on a firesale this sucker is in game over territory'', but not for any of the reasons you listed. The real reason is simple economics. Transmeta, however an interesting display of technology, failed to deliver a product that is superior to its competition. Which is the sad part. We don't know if their approach is a technical dead end or if their particular implementation of it is a dead end.

    You're also dead wrong that ``the market is only in it for FAST x86, nobody cares about power. And if they did they want to see it from intel, or AMD'' as demonstrated by Microsoft dumping x86 for PPC in the XBOX part II and Sony moving to the cell processor for Playstation part III. Not to mention that Via seems to be doing a brisk business with its low-power x86 and ARM doesn't appear to be hurting either.

    In one market nich, the desktop PC, you're probably correct. But desktop PCs are a relatively small port of the market for CPUs. When's the last time anyone bought a cell phone or a PDA because of the `Intel Inside' sticker? Who cares whether or not their hardware firewall is running at the latest and greatest high speed Ghz?

  10. I am surprised by mocm · · Score: 2, Informative

    that people don't think that Transmeta would be able to become pritable. After all, they changed their entire business model. They no longer manufacture CPUs, but have become an IP only company, like e.g. ARM. Additionally they have licensing and support contracts for their LongRun2 technology with NEC, Fujitsu and Sony. And they are working with Sony on the Cell processor. They don't say exactly what they are doing, but half of their engineers are now working for and essentially paid by Sony.
    They also sold their remaining Crusoe and 130nm Efficeon CPUs and technology to a Chinese compny, while still retaining the 90nm Efficeon which will probably be manufactured by the new Fujitsu fab in Mie.

    --
    ***Quis custodiet ipsos custodes***
  11. Answer: No by samjam · · Score: 4, Insightful

    No, it's not.

    Slashdot's love for transmeta probably springs from the same reason that Linus went to work there:

    it was a real cool concept

    Along with many others, I was expecting to see a few more uses of code-morphing that x86 instruction execution, so I'm dissapointed there.

    Other reasons are Transmeta are not Intel, and like AMD are doing cool stuff and cool prices instead of yesterdays (dull) snacks at yesterdays prices (I would say tomorrowws prices except that prices are going down) that we get from intel.

    Sam

  12. Re:Who cares?! Honestly!! by TheRaven64 · · Score: 2, Insightful
    Face it the market is only in it for FAST x86, nobody cares about power.

    Have you looked at desktop Vs laptop sales recently? Have you compared the trends? It looks like a large and rapidly growing segment of the market (myself included) cares a whole lot more about power than speed (assuming we've got a GHz or so to play with).

    --
    I am TheRaven on Soylent News
  13. Re:That's because they sold their processor busine by Otter · · Score: 2, Informative

    According to the article, this is cash flow from operations, so the revenue from the sales shouldn't be included. (Which, of course, doesn't mean it isn't, somehow.) More likely is that the sale eliminated a lot of red ink that would otherwise have been included in CFO.

  14. Re:Who cares?! Honestly!! by LWATCDR · · Score: 2, Insightful

    "Face it the market is only in it for FAST x86, nobody cares about power. And if they did they want to see it from intel, or AMD."

    You are insane or an idiot. Right now heat/power usage are huge issues. Apple is going to Intel largley because they could not get G5s to run cool enough for notebooks. Intel is going with Pentium M based cores because of heat vs speed issues with the PIVs. The current computers are more than fast enough for your average home and office use. What people want now are smaller and cheaper machines that do not require a small power plant to run and sound like a 747 on take off. Notebook sales are way up desktops are getting smaller. Even the slashdot crowd are moving away from full towers to mini-itx and shuttle like cases. The only thing you got remotely correct is that AMD and Intel will step up and provide it.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  15. BRING OUT YOUR DEAD by Anonymous Coward · · Score: 2, Funny

    CNN: Here's one.
    SLASHDOT: Ninepence.
    TRANSMETA: I'm not dead!
    SLASHDOT: What?
    CNN: Nothing. Here's your ninepence.
    TRANSMETA: I'm not dead!
    SLASHDOT: 'Ere. He says he's not dead!
    CNN: Yes, he is.
    TRANSMETA: I'm not!
    SLASHDOT: He isn't?
    CNN: Well, he will be soon. He's very ill.
    TRANSMETA: I'm getting better!
    CNN: No, you're not. You'll be stone dead in a moment.
    SLASHDOT: Oh, I can't take him like that. It's against regulations.
    TRANSMETA: I don't want to go on the cart!
    CNN: Oh, don't be such a baby.
    SLASHDOT: I can't take him.
    TRANSMETA: I feel fine!
    CNN: Well, do us a favour.
    SLASHDOT: I can't.
    CNN: Well, can you hang around a couple of minutes? He won't be long.
    SLASHDOT: No, I've got to go to the Robinsons'. They've lost nine today.
    CNN: Well, when's your next round?
    SLASHDOT: Thursday.
    TRANSMETA: I think I'll go for a walk.
    CNN: You're not fooling anyone, you know. Look. Isn't there something you can do?
    TRANSMETA: [singing] I feel happy. I feel happy. [whop]
    CNN: Ah, thanks very much.
    SLASHDOT: Not at all. See you on Thursday.

  16. I *own* one by hung_himself · · Score: 2, Informative

    Unlike nearly all the posters here - I actually own something with a transmeta chip in it. My Sharp MM20 laptop is just over 2 pounds and gets 8-9 hours on the battery (real life usage - not just spec sheet) and costs much less than the closest Intel-based competitor by Sony.

    Don't know how the chip itself "specs" but I would recommend the actual end product to anyone who doesn't want to lug a brick and an AC adaptor around all day...

  17. Re:What's the lowdown? by Gogo+Dodo · · Score: 2, Informative

    Manufacturing processors didn't work out so well, so they went to the ARM model of business: License your IP for other people to use.

    Most of their valuable IP consists of their LongRun2 technology. They have Sony, Fujitsu, and NEC as licensees so far.

    Their Crusoe processor has been sold off to a Chinese company, Culture.com Technology Limited. Not sure what the status is of their Efficeon line, but it's been licensed to Culture.com, too. I imagine that Efficeon is up for sale, too.