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 EB6E62E19B for ; Thu, 23 May 2019 07:53:32 -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 Hsa5mVcvXKcI for ; Thu, 23 May 2019 07:53:32 -0400 (EDT) Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 8808525F93 for ; Thu, 23 May 2019 07:53:32 -0400 (EDT) Received: by mail-lf1-f68.google.com with SMTP id n22so4155688lfe.12 for ; Thu, 23 May 2019 04:53:32 -0700 (PDT) Date: Thu, 23 May 2019 14:53:28 +0300 From: Cyrill Gorcunov Subject: [tarantool-patches] Re: [PATCH v2 0/4] luajit: Bacport patches from openrusty Message-ID: <20190523115328.GE11013@uranus> References: <20190522190510.17201-1-gorcunov@gmail.com> <20190523103253.psjfj6btjqiihg3p@tarantool.org> <20190523103718.GD11013@uranus> <20190523105703.cqsz6bykgw6ya6jy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190523105703.cqsz6bykgw6ya6jy@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: Kirill Yukhin Cc: tarantool-patches@freelists.org, Alexander Turenko On Thu, May 23, 2019 at 01:57:03PM +0300, Kirill Yukhin wrote: > > > 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. OK, I'll send it as a separate today evening.