K 10 svn:author V 3 pfg K 8 svn:date V 27 2015-03-05T17:00:39.226306Z K 7 svn:log V 347 qsort(3): enhance to handle 32-bit aligned data on 64-bit systems Implement a small enhancement to the original qsort implementation: If the data is 32 bit aligned we can side-step the long type version and use int instead. The change brings a modest but significant improvement in 32 bit workloads. Relnotes: yes PR: 135718 Taken from: ache END