Home
last modified time | relevance | path

Searched hist:"7 a1bcb5d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Diov_iter.c7a1bcb5d Sun Apr 25 22:46:09 CDT 2021 Al Viro <viro@zeniv.linux.org.uk> iov_iter: massage iterate_iovec and iterate_kvec to logics similar to iterate_bvec

Premature optimization is the root of all evil... Trying
to unroll the first pass through the loop makes it harder
to follow and not just for readers - compiler ends up
generating worse code than it would on a "non-optimized"
loop.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>