It has meaning for trivial methods "getters/setters" or "empty" constuctors.
I am not sure, but looks like Sun JDK 1.4.1_02 generates code to optimize
native method invokation too.

----- Original Message -----
From: "Bill Burke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 26, 2003 4:42 PM
Subject: Re: [Hibernate] cglib reflect package


> FYI,
>
> I created similar functionality of CGLIBs "fast reflection" for our AOP
> framework and it had an unnoticeable affect on the performance of the
> framework.  This was with Sun JDK 1.4.1_02 on Linux.  Considering that
> Hibernate's overhead is probably a lot higher, I don't think it will
> have any affect.
>
> Do others have different experiences?
>
> Thanks,
>
> Bill
>
> Gavin King wrote:
>
> > Yes, this is the plan!
> >
> > Aapo Laakkonen wrote:
> >
> >> In cglib cvs there exists new reflect package. Should Hibernate take
> >> advantage of these?
> >>
> >> E.g. Using FastConstructor for persisting object construction.
> >>
> >>
> >>
> >> -------------------------------------------------------
> >> This sf.net email is sponsored by:ThinkGeek
> >> Welcome to geek heaven.
> >> http://thinkgeek.com/sf
> >> _______________________________________________
> >> hibernate-devel mailing list
> >> [EMAIL PROTECTED]
> >> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> >>
> >>
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > hibernate-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> >
> >
>
> --
> ================
> Bill Burke
> Chief Architect
> JBoss Group LLC.
> ================
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> hibernate-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to