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 042BF2D7E4 for ; Wed, 8 May 2019 08:10:31 -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 U4CYXQKQJtmN for ; Wed, 8 May 2019 08:10:30 -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 9A0A62DBC5 for ; Wed, 8 May 2019 08:10:30 -0400 (EDT) Received: by mail-lf1-f48.google.com with SMTP id v18so12153060lfi.1 for ; Wed, 08 May 2019 05:10:30 -0700 (PDT) From: Cyrill Gorcunov Subject: [tarantool-patches] [PATCH 0/2] luajit: Backports fixes from vanilla repo Date: Wed, 8 May 2019 15:10:18 +0300 Message-Id: <20190508121021.14968-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: Cyrill Gorcunov This series includes two backports 380e4409a70725df85034f02c968b6ebd7a5e513 and 046129dbdda5261c1b17469a2895a113d14c070a. Both are important enough, still we need an intensive testing for it. The series is done in sake of https://github.com/tarantool/tarantool/issues/4171 and in top of our tarantool-1.7 branch | commit 3de8f282ab6c50270e6fd0db2c9f7fc9f6277f9b (origin/tarantool-1.7, origin/HEAD, tarantool-1.7) | Merge: b8587fa b92abb5 | Author: Konstantin Osipov | Date: Mon Feb 26 15:22:54 2018 +0300 | | Merge pull request #4 from igormunkin/tarantool-1.7 | | Fixed empty string creation in lj_str_new Please review carefully. Mike Pall (2): Fix overflow of snapshot map offset. Fix rechaining of pseudo-resurrected string keys. src/lj_jit.h | 10 +++++----- src/lj_opt_loop.c | 8 ++++---- src/lj_snap.c | 6 +++--- src/lj_tab.c | 23 +++++++++++++++++++++++ 4 files changed, 35 insertions(+), 12 deletions(-) -- 2.20.1