commit | 98f468a04b9ffb59e989c9fc6978b458ef66f959 | [log] [tgz] |
---|---|---|
author | Alex Naidis <alex.naidis@linux.com> | Fri Aug 19 22:57:27 2016 +0200 |
committer | Meninblack007 <sanyam.53jain@gmail.com> | Wed Mar 29 17:03:46 2017 +0530 |
tree | f0c93dc8eb07e7cf2eca5f9eeabce806e090a854 | |
parent | f60898401187111af94e8193f2daeec0c37abdcc [diff] |
jemalloc: apply recommended optimizations The Jemalloc project suggests using -O3 and -funroll-loops for optimization. This commit enables these flags by default in order to improve the performance. Change-Id: Ibb8305be459db2e670e335ab6eac333855654379 Signed-off-by: Alex Naidis <alex.naidis@linux.com>