From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 1A8EF4765E0 for ; Mon, 21 Dec 2020 00:27:21 +0300 (MSK) Date: Mon, 21 Dec 2020 00:27:15 +0300 From: Igor Munkin Message-ID: <20201220212715.GO5396@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH luajit v1 01/11] build: add src dir in building List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Kaplun Cc: tarantool-patches@dev.tarantool.org Sergey, Thanks for the patch, but I guess we need to restructure the sources in a separate series if we want to (but I personally strongly doubt). I don't want to mix the new layout you want to introduce with the feature. E.g. we already introduced , however, I also prefer the uJIT layout (i.e. lib/misc.c). LuaJIT already provides a profiler that is implemented in scope of lj_profile.[hc]. Let's leave everything "flat" in directory to save the sources consistency. Please, drop this patch out of the series. -- Best regards, IM