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 E0EA72B941 for ; Sun, 28 Apr 2019 14:31:27 -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 omzhWiTLBsG1 for ; Sun, 28 Apr 2019 14:31:27 -0400 (EDT) Received: from smtp31.i.mail.ru (smtp31.i.mail.ru [94.100.177.91]) (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 2A5392C040 for ; Sun, 28 Apr 2019 14:31:27 -0400 (EDT) Date: Sun, 28 Apr 2019 21:31:24 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 1/1] core: make tt_static buffers a singleton array Message-ID: <20190428183124.GD21439@atlas> References: <0739fcb1c2659e40eadc2ca9ad03c1d19954626f.1556309762.git.v.shpilevoy@tarantool.org> <20190427211153.GB5662@atlas> <554d070c-1a24-92a0-11e4-d20328692c5c@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <554d070c-1a24-92a0-11e4-d20328692c5c@tarantool.org> 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: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org * Vladislav Shpilevoy [19/04/28 20:01]: > I will not push this commit into the master, because it is > fixed by the static memory allocator. See the new mail thread. > > Talking of 1.10 and 2.1 - I could push if you approve that the > bug will be fixed differently in 1.10/2.1 vs the master. Not > sure if we should push a new allocator into these branches. It's a bit annoying you don't push an approved patch :), OK, I agree, please fix the bug in 1.10 and 2.1 and push the static allocator to master. The static alloc patch is basically good to go, I would get rid of tt_static.h altogether and move all these utility functions to small, as a minor comment. I will reply to these patches separately. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32