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: Why GCJ won't load my plugin when compiling bytecode?


On 09/11/2011 08:49 PM, Alan Eliasen wrote:
On 09/09/2011 04:24 PM, Bryce McKinlay wrote:
Modern versions of gcj only compile .class files to object code. gcj
doesn't directly compile Java source code, nor generate bytecode.
(early versions of gcj did do these things, but it was changed years
ago)

Is this a permanent decision? Is there any intention to make gcj compile from java source code again?


Can anyone give me pointers to where this was decided upon and announced? I'm curious to see the discussion.


Doesn't seem like years but maybe... Java 5. Support for generics and such. Continue enhancing an alternative compiler with limited contributors, or use of that is basically guaranteed to be supported (Eclipse's compiler). I wasn't part of the decision - only an observer - but it seemed like an excellent decision when it was made, and I don't see why it isn't an excellent decision still.


Cheers,

--
Mark Mielke<mark@mielke.cc>


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