[tarantool-patches] [PATCH 0/2] luajit: Backports fixes from vanilla repo
    Cyrill Gorcunov 
    gorcunov at gmail.com
       
    Wed May  8 15:10:18 MSK 2019
    
    
  
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 <kostja.osipov at gmail.com>
 | 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
    
    
More information about the Tarantool-patches
mailing list