> Not a cast:
> 
> try {
> ...
> } catch(Exception e) {
>     throw new TurbineException(e.getMessage()); //or whatever
> }

Kevin, the problem with this is that JIT's can't optimize the code in the
try/catch blocks. I'm willing to sacrifice a bit of debugging ability
(which really isn't that big of a loss considering printStackTrace() still
correctly tells you where the error is and you can figure it out from the
class pacakge names that it is in Turbine) for the ability to JIT compile
Turbine since it is a core framework and should be as optimized as
possible.

-jon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to