<div dir="ltr"><div>This changeset adds support for variableDoubleByte and variableDoubleWord subclasses in Spur images, following the same method name conventions used in Squeak (except Behaviour>>isLongs and isShorts that I replaced with isDoubleBytes and isDoubleWords to beĀ  more consistent and avoid the ambiguity of 'long' and 'short'). It includes classes DoubleByteArray and DoubleWordArray just as Squeak.</div><div><br></div><div>I need this in my project in order to support compact representations for some objects that are performance-critical (permutations, tuples/matrices/polynomials over Z/nZ, elements of finite fields, etc), and to later be able to easily improve performance adding a few primitives.</div><div><br></div><div>Please review and let me know what you think.<br></div></div>