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 15381299D7 for ; Fri, 15 Mar 2019 10:05:57 -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 cdnp5JJWqnmn for ; Fri, 15 Mar 2019 10:05:56 -0400 (EDT) Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 C230629CE9 for ; Fri, 15 Mar 2019 10:05:56 -0400 (EDT) Received: by smtp29.i.mail.ru with esmtpa (envelope-from ) id 1h4nT8-00088M-Ke for tarantool-patches@freelists.org; Fri, 15 Mar 2019 17:05:54 +0300 Date: Fri, 15 Mar 2019 17:05:54 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Fix for luajit GC issue. Message-ID: <20190315140554.hjnf25hbucepjnyp@tarantool.org> References: <9a5ea628e6afe6b48b45031db65da03a713e49f1.1552633067.git.kyukhin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <9a5ea628e6afe6b48b45031db65da03a713e49f1.1552633067.git.kyukhin@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: tarantool-patches@freelists.org Hello, On 15 Mar 10:16, Kirill Yukhin wrote: > This commit is actually a cherry-pick of > https://github.com/openresty/luajit2/commit/64b91557356e18dddc2d3681abef632642bf2527 > > Closes #3725 > Closes #3751 > Closes #3840 > Closes #3916 I've updated luajit submodule in both 1.10 and 2.1 branches. -- Regards, Kirill Yukhin