[net.works] slow assembly on the Sun

jbn@wdl1.UUCP (jbn ) (10/16/84)

     The slow assemblies are due to the use of an N**3 algorithm for 
deciding which jumps should be generated as long, medium, or short
jump instructions.  Sun can provide an assembler which always generates
the worst-case code, which solves the problem at some cost in performance.
But this is really a stopgap measure.

					John Nagle