<div dir="ltr"><div>Hi Marcel!</div><div><br></div><div>Thanks for the fix! I would be 
inclined to cache the Error, Halt ExceptionSet somewhere (e.g. in a 
class var) instead of creating it repeatedly in a tight loop (called 
every ~20ms), but it may not worth the extra complexity. (Costs 100ns on
 my machine, and creates at least 3 new objects, which may or may not 
leave new space*)</div><div><br></div><div>Balázs</div><div><br></div><div>* Is there a way to record what happens to a particular object regarding garbage collection?</div></div>