Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Natively Compiled Eclipse Snapshot Available

>>>>> "Doug" == Douglas Schaefer <dschaefe@xxxxxxxxxx> writes:

Doug> I have a question on gcj - can it handle the use of AspectJ?  I
Doug> have heard that AspectJ does some wacky stuff at class load
Doug> time.

What kind of wacky stuff?

We already handle a fair number of wacky things.  We're still a little
ways away from perfect compliance with things like Java binary
compatibility, but you have to do pretty good here to even run eclipse
at all.  Andrew is starting work on our new "binary compatibility
ABI", which will let us completely conform.  If it is valid code,
we'll (eventually :-) support it.

Anyway, as far as I know nobody has tried AspectJ with gcj.  Is
AspectJ free software?  Maybe we can find somebody to look at it.

Tom


Back to the top