Re: Debugger slow due to lots of exceptions
Jeroen Frijters <[email protected]> Fri, 9 Sep 2016 08:57:17 +0000
| Newsgroups | gmane.comp.java.ikvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Damien, Not really. If an exception gets caught in the same method it is thrown in, it could be optimized away, but that would cover only a very tiny percentage, so it wouldn't really help in most cases. Regards, Jeroen > -----Original Message----- > From: Damien [mailto:[email protected]] > Sent: Friday, September 9, 2016 4:07 > To: [email protected] > Subject: [Ikvm-developers] Debugger slow due to lots of exceptions > > Hi ! > > I have read this thread https://sourceforge.net/p/ikvm/mailman/ikvm- > developers/thread/[email protected]/ about "an > unfortunate philosophical difference between Java and .NET". > > > Is it possible for IKVM to avoid all those unneeded exceptions that > really slows down the debugging process, and raise exceptions only when > needed (for java compatibility) ? > > Thanks :) > > Damien ------------------------------------------------------------------------------