Chris Gray wrote:
On Sunday 26 March 2006 21:10, Geir Magnusson Jr wrote:
I threw together a toy program when I got back to hotel. ...
[SNIP]
This simple example probably exaggerates the effect of the exception - test1
is probably so trivial that the JIT compiler probably optimises it to almost
nothing, while the other tests require e.g. a stack frame in which the
exception can be thrown.
I'm sure that it exaggerates the effect, but the point was to show the
mess created when you throw an exception...
geir