Re: Normal Core Bug vs Dynamic Core
Posted on 2011-07-19, 18:23
Exception handling like that is usually very slow (because normal codeflow assumes exceptions are, um, exceptionally). I don't know in how far this would affect java though. The main reason back then to use the current logic is that not only the cores may trigger pagefaults, but the callback code as …