ElectricalFire ReleasedSaturday January 23rd, 1999The lastest project at Mozilla.org has been released. ElectricalFire is a JIT (Just In Time) - Java Virtual Machine, which is not yet complete. All the details on it are available, including its previous history and other tidbits, on the ElectricalFire Project page. Your own java compiler :-))) this is great news now all we need is an IDE; perhaps someone shpuld take a look at Freebuilder. great work guys, keep it up Now, how does this fit with the current OpenSource JVM scene? I mean we have Kaffe, Japhar, and now ElectricFire? Don't get me wrong, I love lots of variety, but could we please get atleast one complete OpenSource JVM? ;-) but the only jvm that matters is Japhar Uh, from what I gathered, ElectricalFire is JUST a just-in-time compiler. It's not a full JVM. It's just something to go on top of a JVM (like Symantec's JITs). Umm; I don't think it actually *needs* a JVM. From the outline of the work that needs doing it looks as though the intention is for EF to become a JVM in its own right. The main difference betweek EF and the Sun VM with Symantec's JIT is that the Sun VM can choose which methods to compile and which to leave alone. EF must compile everything because it doesn't have a byte-code interpreter. With all the JVM to choose from would it not make more sense to through development efforts into one of those instead of coming up with one "Just because we can"? |