Bruce Dawson Review
02-Jan-89 18:59:28
Sb: #28221-Bruce Dawson Review
Fm: microsmiths 76004,1766
To: Nelson Ingersoll 73230,2116
It is possible to swap code size for speed, such as with unrolled loops and
jump tables, but I've found generally that code which is carefully crafted will
be both smaller and faster. With carefully crafted code, it is possible to
eliminate pieces of code which can be replaced by a more compact set of
instructions.