You are not logged in.

#1 2005-04-18 17:51:21

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

c => java bytecode

http://www.axiomsol.com/

wierd idea... seems kinda interesting though... I seriously thought I misread it at first...

Offline

#2 2005-04-18 20:57:12

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: c => java bytecode

You can see the point, as it (hopefully) allows to to distribute x-platform binaries (admittedly dependent on a JVM) whilst still coding in C (if C floats your boat!)

Offline

#3 2005-04-18 21:43:23

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: c => java bytecode

I like to think of the fact that you can recompile existing C code (mature projects) into java bytecode... hell... you might be able to compile gcc into bytecode...

you can directly compile pieces of apache if you want a mature web server...

hell, with the bytecode disassemblers, you can use this to convert C to java pretty easilly...

Offline

#4 2005-04-19 08:07:23

cmp
Member
Registered: 2005-01-03
Posts: 350

Re: c => java bytecode

I doubt that it is this easy or successfull. I could imagine that it either puts a great overhead on top of your programm, that certain tricks of c aren't able to compile and that programms also may behave in another way (just think of garbage collection).
but there are others c=>bytecode compilers out there, more tailored to the features of c.

Offline

Board footer

Powered by FluxBB