Difference between revisions of "Thread:Talk:XanderCat/Garbage Collection and Skipped Turns/reply (6)"

From Robowiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 10:56, 4 April 2013

Speaking of static blocks, I've noticed that they get run on Robocode/rumble startup for every single bot, which is partly why it takes so long to start when there are lots of bots in the /robocode/robots directory. I also suspect that code in static blocks isn't subject to the security manager, since it can print to the main console. Does somebody feel like writing a test bot to see if this theory is correct?