From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 7FB2E42EF5C for ; Thu, 25 Jun 2020 12:48:00 +0300 (MSK) From: "Timur Safin" References: <20200312100549.31608-1-arkholga@tarantool.org> <20200616010232.3j2zvwo7z6lmnody@tkn_work_nb> <147101d64ad5$54139fb0$fc3adf10$@tarantool.org> In-Reply-To: <147101d64ad5$54139fb0$fc3adf10$@tarantool.org> Date: Thu, 25 Jun 2020 12:47:57 +0300 Message-ID: <148e01d64ad5$b54b9fd0$1fe2df70$@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Language: ru Subject: Re: [Tarantool-patches] [PATCH] cmake: add LTO support for building luajit List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Alexander Turenko' , 'Olga Arkhangelskaia' Cc: tarantool-patches@dev.tarantool.org : From: Tarantool-patches On : Behalf Of Timur Safin : Subject: Re: [Tarantool-patches] [PATCH] cmake: add LTO support for : building luajit : ... : Here is the theory how to make sure that .o files contain necessary : information for inter-procedure optimizations: : Forgot to include whole logs: * gcc - https://pastebin.com/raw/u59grhLe * clang - https://pastebin.com/raw/pabDE1B2 Regards, Timur