Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Java Programming

Notes from JVM Symposium 11

This discussion has been archived. No new comments can be posted.

Notes from JVM Symposium

Comments Filter:
  • Long enough for you?
    • How about the article? I mean, it had virtually no political undertones at all.

      damnit, what the hell happened to Slashdot?!

      • by Da VinMan ( 7669 )
        It's still going to hell. If anyone with a technical backbone actually bothered to read and comment upon the article I might think otherwise. But then again, I guess we vertebrates have something better to do.
  • Whats with writing all this functionality into the base language itself? If I don't have to worry about it, I can write horrible, sloppy code, and.... not worry about it!

    Soon we'll be able to just tell the compiler the idea of what we want, and it'll write the program for us!!

    *flame mode*
    Garbage collections is for wusses! _Real_ programmers write everything from the ground up, every time!
    */flame mode*
  • by knorthern knight ( 513660 ) on Saturday August 10, 2002 @02:40AM (#4044566)
    The Intel i686 is a RISC core, with a legacy X86 emulation layer on top. Transmeta is another CPU that can morph its instruction set to emulate other CPUs. Why not scrap the emulation under an OS, and simply execute Java bytecode directly by the CPU ?

    And if we really want to get fancy, maybe Transmeta could be set up to directly run the Emacs OS, from which you could run vim when you wanted to do serious editing.
    • Transmeta had a demo which executed Java bytecode directly on a Crusoe CPU, I'm too lazy to look for a link right now. It didn't go anywhere commercially, afaik.

      Also, Sun has made chips that run Java bytecode, iirc "picoJava" was one such effort.

      Right now, though, if you're an OEM designer, there's more support for traditional architectures, in terms of development tools and the functionality provided by traditional embedded operating environments. Performance is not usually such an issue that a JPM would be a necessity to the success of a project. In short, there just isn't a good enough reason to make the leap. It might become more viable in future, as tool support and the capabilities of the Java "platform" converge to provide everything that's needed.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...