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

I'm not an expert (although that is on my to do list :-), but I believe it 
does byte code insertion in a class loader, i.e. at run time.

AspectJ is now hosted on eclipse.org (www.eclipse.org/aspectj).

Thanks!
Doug Schaefer, Senior Software Developer
IBM Rational Software, Ottawa, Ontario, Canada



Tom Tromey <tromey@xxxxxxxxxx> 
08/02/2003 02:21 AM
Please respond to
tromey@xxxxxxxxxx


To
Douglas Schaefer/Ottawa/IBM@IBMCA
cc
jhealy@xxxxxxxxxx, cdt-dev@xxxxxxxxxxx
Subject
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