MUD-Dev
mailing list archive
[ Other Periods
| Other mailing lists
| Search
]
Date:
[ Previous
| Next
]
Thread:
[ Previous
| Next
]
Index:
[ Author
| Date
| Thread
]
Re: [MUD-Dev] Why not compile java into object code?
On Thursday, 26 February 98, Ben wrote:
> Since this is one of the largest bodies of opinionated, hard core coders I
> know of, I'll pose the question here. It's mostly off topic of course.
> What would it take to compile java down into object code (.o files)?
> It's not being done...but I wonder why? I don't care if I have to compile
> for each platform...if I compile just for win95 80% of my users will enjoy
> a tremendous speedup....
There are some compilers that do this -- in particular, I'm thinking
of Jump for the PalmPilot, which takes Java bytecodes, "compiles" them
to 68000 assembler, and then runs Pila, the Pilot Assembler, on them.
Jump works this way, though, mainly because the memory and speed
limitations of the PalmPilot make running a real JVM impractical.
Indeed, Jump leaves out many Java features that can't be used on the
Pilot, and comes with several classes intended for use only with the
Pilot.
--
|\ _,,,---,,_ Travis S. Casey <efindel#io,com>
ZZzz /,`.-'`' -. ;-;;,_ No one agrees with me. Not even me.
|,4- ) )-,_..;\ ( `'-' visit the rec.games.design FAQ:
'---''(_/--' `-'\_) http://www.io.com/~efindel/design.html
- Thread context:
- Why not compile java into object code?, (continued)
- Why not compile java into object code?,
Niklas Elmqvist d97elm#dtek,chalmers.se, Fri 27 Feb 1998, 06:05 GMT
- Re: [MUD-Dev] Why not compile java into object code?,
Nathan F Yospe yospe#hawaii,edu, Fri 27 Feb 1998, 08:22 GMT
- Re: [MUD-Dev] Why not compile java into object code?,
Ben Greear greear#cyberhighway,net, Sat 28 Feb 1998, 00:39 GMT
- Re: [MUD-Dev] Why not compile java into object code?,
Jon A. Lambert Jon.A.Lambert#ix,netcom.com, Fri 27 Feb 1998, 06:16 GMT
- Re: [MUD-Dev] Why not compile java into object code?,
Travis Casey efindel#polaris,net, Fri 27 Feb 1998, 12:19 GMT
- Tutorial: Let's build a Compiler! - Part I: Introduction,
Jon A. Lambert Jon.A.Lambert#ix,netcom.com, Fri 27 Feb 1998, 03:36 GMT
- Tutorial: Comments on Hand-crafting a compiler,
Jon A. Lambert Jon.A.Lambert#ix,netcom.com, Fri 27 Feb 1998, 03:30 GMT
- Re: [MUD-Dev] Java and Javascript,
Mike Sellers mike#online-alchemy,com, Thu 26 Feb 1998, 16:13 GMT
- bar-time (was Re: [MUD-Dev] The MLI Project),
Mike Sellers mike#online-alchemy,com, Wed 25 Feb 1998, 21:54 GMT
[ Other Periods
| Other mailing lists
| Search
]