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 2ADBB2F322 for ; Wed, 22 May 2019 15:05:23 -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 wlQ8PiAELvLl for ; Wed, 22 May 2019 15:05:23 -0400 (EDT) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) (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 B8B822F1DC for ; Wed, 22 May 2019 15:05:22 -0400 (EDT) Received: by mail-lf1-f48.google.com with SMTP id n134so2497562lfn.11 for ; Wed, 22 May 2019 12:05:22 -0700 (PDT) From: Cyrill Gorcunov Subject: [tarantool-patches] [PATCH v2 0/4] luajit: Bacport patches from openrusty Date: Wed, 22 May 2019 22:05:06 +0300 Message-Id: <20190522190510.17201-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: tml Cc: Alexander Turenko , Cyrill Gorcunov 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 -- 2.20.1