Difference between revisions of "Code Size"

From Robowiki
Jump to navigation Jump to search
m (add link to cheat sheet)
(move some content to Code Size (utility), add a top link to disambig page like Wikipedia)
Line 1: Line 1:
Codesize is a Java™ utility application. It retrieves the effective code size (amount of Java byte code) from .class files.
+
: <small>''Code Size redirect here, for other uses see [[Code Size (disambiguation)]]''</small>
You can download Christian Schnell's Codesize tool here:
+
: <small>''Byte redirect here, for other uses see [[Byte (disambiguation)]]''</small>
 
http://user.cs.tu-berlin.de/~lulli/codesize/
 
  
CodeSize is used to define the WeightClass for TwinDuel teams, MiniBots, MicroBots, and NanoBots. TwinDuel teams are 1999 bytes or less, MiniBots are 1499 bytes or less, MicroBots are 749 bytes or less, and NanoBots are 249 bytes or less. See the /WritingSmallCode section for suggestions on how to reduce the codesize of your bot.
+
{{stub}}
 +
 
 +
CodeSize, which is defined by [[Code Size (utility)]], is used to define the [[Weight Class]] for [[Twin Duel]] teams, [[MiniBots]], [[MicroBots]], and [[NanoBots]]. [[Twin Duel]] teams are 1999 [[byte]]s or less, [[MiniBots]] are 1499 [[byte]]s or less, [[MicroBots]] are 749 [[byte]]s or less, and [[NanoBots]] are 249 [[byte]]s or less. See the /WritingSmallCode section for suggestions on how to reduce the codesize of your bot.
  
 
Old robowiki discussion migrated: [[CodeSize/Old discussion]]
 
Old robowiki discussion migrated: [[CodeSize/Old discussion]]

Revision as of 13:31, 4 May 2009

Code Size redirect here, for other uses see Code Size (disambiguation)
Byte redirect here, for other uses see Byte (disambiguation)
This article is a stub. You can help RoboWiki by expanding it.

CodeSize, which is defined by Code Size (utility), is used to define the Weight Class for Twin Duel teams, MiniBots, MicroBots, and NanoBots. Twin Duel teams are 1999 bytes or less, MiniBots are 1499 bytes or less, MicroBots are 749 bytes or less, and NanoBots are 249 bytes or less. See the /WritingSmallCode section for suggestions on how to reduce the codesize of your bot.

Old robowiki discussion migrated: CodeSize/Old discussion

See Also