public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
From: Li junsong <ljs.darkfish@gmail.com>
To: Bryce McKinlay <bmckinlay@gmail.com>
Cc: java@gcc.gnu.org
Subject: Re: Why GCJ won't load my plugin when compiling bytecode?
Date: Fri, 09 Sep 2011 23:03:00 -0000	[thread overview]
Message-ID: <CA+kGxtMcDuU3UZHbB5a3s6_5h5ckatX2P1U02tbhvM0sBJPh-g@mail.gmail.com> (raw)
In-Reply-To: <CALUNu-r=C=ieWTLybaW-U9RdSOStOzUWMrH4LQeFXCzPspxbCQ@mail.gmail.com>

On Sat, Sep 10, 2011 at 12:24 AM, Bryce McKinlay <bmckinlay@gmail.com> wrote:
> On Fri, Sep 9, 2011 at 10:57 PM, Li junsong <ljs.darkfish@gmail.com> wrote:
>
>> I chose gcj to write plugin to do optimization. So I need its .class
>> files output, but not its binary code.
>
> 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)
>
> When you give it .java source files, gcj actually first calls out to
> regular java compiler, then compiles the resulting .class files. You
> can see the commands its running by adding -v to your command line.
>
>> If I do not get it wrong, it means that If I want to do such
>> optimization and measure
>> the outcome, I have to look for other compilers, ( since GCC plugins
>> won't work ) right?
>
> That's right. A gcc plugin will never have a chance to run when using
> "gcj -C" because the gcc compiler itself is not run.
>
> Bryce
>

Thank you so much!

Now I know it. But I'm just wondering if others would make the same mistakes.

Unless people put his questions in this mail list, he would get no chance
to find out these informations. I mean, I have referred to the GNU java homepage
( which told me they had been merged with project GNU ClassPath),
gcc internals(in which the chapter "Java Tree" is blank ! ), the "ecj stuff"(
There're lots of error in gcj when the first time I compiled my new
gcc 4.6), But I find
few resources talking about gcj "internals".

So, If there is any thing I can do, apart from putting the question I
met on my blog to
tell others "don't make the same mistake again", please just let me know.

Thanks,
J. Li

  reply	other threads:[~2011-09-09 23:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-09 20:57 Li junsong
2011-09-09 21:03 ` Andrew Pinski
2011-09-09 21:57   ` Li junsong
2011-09-09 22:24     ` Bryce McKinlay
2011-09-09 23:03       ` Li junsong [this message]
2011-09-12  0:49       ` Alan Eliasen
2011-09-12  0:54         ` Mark Mielke
2011-09-12  9:32         ` Bryce McKinlay

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+kGxtMcDuU3UZHbB5a3s6_5h5ckatX2P1U02tbhvM0sBJPh-g@mail.gmail.com \
    --to=ljs.darkfish@gmail.com \
    --cc=bmckinlay@gmail.com \
    --cc=java@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).