I tried removing the bounds checking and adding multiple DO_OPs inside the
while loop.  with -O0 the loop unrolling helped, but removing the bounds
checking actually slowed it down.  With -O3, neither one helped at all.


Reply via email to