Re: [Hibernate] Re: cglib reflect package

2003-09-27 Thread Chris Nokleberg
On Fri, Sep 26, 2003 at 09:30:34PM +0300, Juozas Baliuka wrote: > It is possible to find problem outside generated code for optimization: [snip] It's true, but I don't think it will make a difference in performance--supporting the exception in the generated code is just one extra iinc instruction

Re: [Hibernate] Re: cglib reflect package

2003-09-26 Thread Juozas Baliuka
can not set null for " + names[i] ); } } } ClassCastExeption can be handled the same way. - Original Message - From: "Gavin King" <[EMAIL PROTECTED]> To: "Chris Nokleberg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, Se

Re: [Hibernate] Re: cglib reflect package

2003-09-26 Thread Gavin King
p.s. the BulkBean class also now throws an exception detailing which property failed, so you can print a better error message. Hooray! You have no idea how much forum posts this will save us --- This sf.net email is sponsored by:ThinkG

[Hibernate] Re: cglib reflect package

2003-09-26 Thread Chris Nokleberg
Bill Burke wrote: > 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