Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v2 0/3] Add LTO support
@ 2018-10-14 23:17 Alexander Turenko
  2018-10-14 23:17 ` [tarantool-patches] [PATCH v2 1/3] test: prevent guard-breaker optimization with LTO Alexander Turenko
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Alexander Turenko @ 2018-10-14 23:17 UTC (permalink / raw)
  To: Georgy Kirichenko; +Cc: Alexander Turenko, tarantool-patches

Changes since the last Alex's patch:

* Discarded submodules update in order to use
  `set(CMAKE_POLICY_DEFAULT_CMP0069 NEW)` (deleted the branches).
* Splitted ld / gold version parsing.
* Always give an error when LTO is requested, but cannot be enabled for
  some reason.
* Added more comments to cmake/lto.cmake.
* Suppressed -Wlto-type-mismatch wargings, filed #3742.
* Noted that LuaJIT will not be subject for LTO, filed #3743.
* Rebased on top of fresh 1.10, rewrote CI targets definitions.

https://github.com/tarantool/tarantool/issues/3117
https://github.com/tarantool/tarantool/tree/kh/gh-3117-lto-3
https://travis-ci.org/tarantool/tarantool/builds/441418628

AKhatskevich (3):
  test: prevent guard-breaker optimization with LTO
  Add LTO support
  test: add LTO targets into CI

 .travis.mk         |  4 +-
 .travis.yml        |  8 ++++
 CMakeLists.txt     |  3 ++
 cmake/lto.cmake    | 95 ++++++++++++++++++++++++++++++++++++++++++++++
 test/unit/guard.cc |  6 ++-
 5 files changed, 113 insertions(+), 3 deletions(-)
 create mode 100644 cmake/lto.cmake

-- 
2.19.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-10-25 12:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-14 23:17 [tarantool-patches] [PATCH v2 0/3] Add LTO support Alexander Turenko
2018-10-14 23:17 ` [tarantool-patches] [PATCH v2 1/3] test: prevent guard-breaker optimization with LTO Alexander Turenko
2018-10-14 23:17 ` [tarantool-patches] [PATCH v2 2/3] Add LTO support Alexander Turenko
2018-10-16 18:09   ` [tarantool-patches] " Konstantin Osipov
2018-10-17  7:13     ` Alexander Turenko
2018-10-25 11:17       ` Georgy Kirichenko
2018-10-14 23:17 ` [tarantool-patches] [PATCH v2 3/3] test: add LTO targets into CI Alexander Turenko
2018-10-25 11:16   ` [tarantool-patches] " Georgy Kirichenko
2018-10-25 12:18 ` [tarantool-patches] Re: [PATCH v2 0/3] Add LTO support Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox