Files
kernel_xiaomi_sm8250/lib
Subbaiah Venkata 995e4286a0 lib/sort.c optimization
Hello, I fixed and tested a small bug in lib/sort.c file, heap sort
function.

The fix avoids unnecessary swap of contents when i is 0 (saves few loads
and stores), which happens every time sort function is called.  I felt the
fix is worth bringing it to your attention given the importance and
frequent use of the sort function.

Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:42:52 -07:00
..
2007-07-31 15:39:37 -07:00
2007-07-17 10:23:04 -07:00
2007-07-24 12:24:59 -07:00
2007-08-22 14:48:40 -07:00
2007-08-22 19:52:45 -07:00
2007-10-16 09:42:49 -07:00
2007-10-12 14:51:12 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:42:44 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:42:52 -07:00
2007-10-16 11:26:01 +02:00