C Benchmark
27-Jul-90 13:30:04
Sb: #114615-C Benchmark
Fm: Mike Spille/Manx 71545,1466
To: John G. Ata 72017,145
In that case, it'd be nice to see the microsoft assembly in its entirety.
Certain set-up operations are definitely not being done in the Microsofot
code (like getting t[j], perhaps this is done in the 1st line, which is
incomplete?), which is what's partially slowing us down. The other
interesting part is that we're doing sign-extension to a word during
intermediate steps where as Microsoft does not – this may or may not be
necessary, depending on the exact types of the data object. I'll have to
look at it here and get back to ya….
-Mike