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 5EB662FB10 for ; Thu, 23 May 2019 06:57:06 -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 gow82D9m8YhX for ; Thu, 23 May 2019 06:57:06 -0400 (EDT) Received: from smtp10.mail.ru (smtp10.mail.ru [94.100.181.92]) (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 1E0652DA54 for ; Thu, 23 May 2019 06:57:06 -0400 (EDT) Date: Thu, 23 May 2019 13:57:03 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 0/4] luajit: Bacport patches from openrusty Message-ID: <20190523105703.cqsz6bykgw6ya6jy@tarantool.org> References: <20190522190510.17201-1-gorcunov@gmail.com> <20190523103253.psjfj6btjqiihg3p@tarantool.org> <20190523103718.GD11013@uranus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190523103718.GD11013@uranus> 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: Cyrill Gorcunov Cc: tarantool-patches@freelists.org, Alexander Turenko On 23 May 13:37, Cyrill Gorcunov wrote: > On Thu, May 23, 2019 at 01:32:53PM +0300, Kirill Yukhin wrote: > > Hello, > > > > On 22 May 22:05, Cyrill Gorcunov wrote: > > > This series should help us with https://github.com/tarantool/tarantool/issues/4171 > > > > > > Note the first three patches are for our luajit submodule, the last > > > one is for tarantool to test the changes. > > > > > > Part-of #4171 > > > > I've checked the patchset into 1.10, 2.1 and master branches. > You know I've noticed that openrusy has another bug fix for that > named unsink 64bit pointers, I backported it too but didn't reveal > any difference when was running tests, so I desided to not include > it for a while. I guess that's connected to GC64, which is enabled on OSX only for Tarantool. IMHO, need to give it a try on OSX. -- Regards, Kirill Yukhin