[tarantool-patches] [PATCH 0/3] LTO && travis

AKhatskevich avkhatskevich at tarantool.org
Wed Aug 8 14:10:00 MSK 2018


Issue: https://github.com/tarantool/tarantool/issues/3117
Branch: https://github.com/tarantool/tarantool/tree/kh/gh-3117-lto-2

This patchset introduces LTO build feature for tarantool.

AKhatskevich (3):
  Fix: prevent guard-breaker optimization
  Add LTO support
  Add LTO testing && refactor travis.yml

 .travis.mk          |  2 +-
 .travis.yml         | 50 +++++++++---------------------------------------
 CMakeLists.txt      |  1 +
 cmake/lto.cmake     | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/lib/msgpuck     |  2 +-
 src/lib/small       |  2 +-
 test/unit/guard.cc  |  2 +-
 third_party/libyaml |  2 +-
 8 files changed, 70 insertions(+), 46 deletions(-)
 create mode 100644 cmake/lto.cmake

-- 
2.14.1





More information about the Tarantool-patches mailing list