From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 6A9682EAF5 for ; Thu, 25 Oct 2018 08:19:00 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fUMZJcCwulb6 for ; Thu, 25 Oct 2018 08:19:00 -0400 (EDT) Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id B41852DB28 for ; Thu, 25 Oct 2018 08:18:59 -0400 (EDT) Date: Thu, 25 Oct 2018 15:18:54 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 0/3] Add LTO support Message-ID: <20181025121854.ef3bjm5xkm4f3bo5@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: Georgy Kirichenko , Alexander Turenko Hello, On 15 Oct 02:17, Alexander Turenko wrote: > 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 I've checked the patchset into 2.1 branch. -- Regards, Kirill Yukhin