public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
* Can gcj be a Java front-end for llvm as well?
@ 2009-10-16 20:18 Yuri
  2009-10-17 10:11 ` Mark Wielaard
  0 siblings, 1 reply; 3+ messages in thread
From: Yuri @ 2009-10-16 20:18 UTC (permalink / raw)
  To: java

When I look at GCJ I see that it's a very powerful technology, 
generating gcc memory structures to represent code in the end and using 
gcc mechanism to write final binary objects.

Since most work that GCJ does isn't directly related to the rest of gcc, 
it seems to be possible to have the code generation phase have two 
options: gcc and llvm. So it can be a Java frontend for llvm compiler as 
well.
The rationale for this is that llvm in many cases produces more optimal 
code and it's good to have such option if it doesn't come at too high price.

Does this suggestion seem reasonable?

Yuri

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-18 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-16 20:18 Can gcj be a Java front-end for llvm as well? Yuri
2009-10-17 10:11 ` Mark Wielaard
2009-10-18 22:15   ` Yuri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).