Author :
kettenis
Date :
2020-10-09 17:36:47
Hash :2769981b Message :Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies if
possible. No doubt further optimizations are poissible, but this
change results in a nice balance between code size and speed and is
still easy to understand.
ok patrick@