RE: [aspectwerkz-dev] RE: [aspectwerkz-user] typed vs untyped annotations [ARCHITECTURE]
"Jonas Boner" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Yeah, inlining means to invoke everything statically, to add the advice calls directly to the bytecode of the target class. No delegation, no reflection. /Jonas > -----Original Message----- > From: pope [mailto:[email protected]] > Sent: Thursday, August 19, 2004 4:42 PM > To: [email protected] > Subject: Re: [aspectwerkz-dev] RE: [aspectwerkz-user] typed > vs untyped annotations [ARCHITECTURE] > > Jonas Boner wrote: > > > Please post these question to the dev list. > > > True and false. If you have JIT enabled (default) then > the target > method/field and advice will be called statically, else > they are called > using reflection. > > > 10x > > > > > > - online method: modify the bytecode to include > the advice > method bytecode > > > > Don't understand what you mean here. > > > Me neither :-). > I was thinking that the inline weaving means in a way the > write of the joinpoint code (using the initial bytecode and > the advice code). > > <<the_mindstorm>> > >