This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ to bytecode?


> No.  The problem is that the semantics of Java an C++ are really quite
> different, and without a good deal of work it wouldn't be possible to
> generate bytecode in this way.  Also, many of the tricks that C
> programmers commonly use to override the type system wouldn't work.

Ah yes, sorry, I know that there are lots of issues lurking but let's say I
had written a whitepaper about how to deal with the semantic differences
and was prepared to implement them in the code generator and runtime? (or
pay someone to do it if I didn't do it myself.)

Is the current bytecode backend implemented at all like a standard backend
to gcc?  I don't have a feel for how much if any of the front end and
backends are shared with the other gcc components and I guess that's what
I'm trying to get a feel for.

Thanks,
	Dale
-- 
Dale E. Martin, Clifton Labs, Inc.
Senior Computer Engineer
dmartin@cliftonlabs.com
http://www.cliftonlabs.com
pgp key available


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]