commit | 30ee130cc8dfa83cd3c69378f4cf064a72d19445 | [log] [tgz] |
---|---|---|
author | Alex Naidis <alex.naidis@linux.com> | Fri Aug 19 22:57:27 2016 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Thu Mar 23 20:32:23 2017 +0530 |
tree | fa2beb30b245b204a8293dbf35b3d0ed0b6384a5 | |
parent | 499ced58b1a392dfc558e556449e4ddb34460e59 [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>