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
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
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
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