[Tarantool-patches] [PATCH luajit v4 0/4] jit: add exception unwinding

Maksim Kokryashkin max.kokryashkin at gmail.com
Mon May 15 12:16:18 MSK 2023


Branch: https://github.com/tarantool/luajit/tree/fckxorg/gh-7745-exceptions-on-traces
Issue: https://github.com/tarantool/tarantool/issues/7745
PR: https://github.com/tarantool/tarantool/pull/8308


Mike Pall (4):
  Handle on-trace OOM errors from helper functions.
  Disable unreliable assertion for external frame unwinding.
  OSX: Disable unreliable assertion for external frame unwinding.
  Fix IR_RENAME snapshot number. Follow-up fix for a32aeadc.

 CMakeLists.txt                                |   6 +
 doc/status.html                               |   7 -
 src/Makefile.original                         |   3 +
 src/lj_arch.h                                 |  12 +
 src/lj_asm.c                                  |  86 ++++--
 src/lj_dispatch.h                             |   4 +-
 src/lj_err.c                                  | 279 +++++++++++++++++-
 src/lj_err.h                                  |  19 +-
 src/lj_ffrecord.c                             |   2 +
 src/lj_jit.h                                  |   2 +
 src/lj_mcode.c                                |   5 +-
 src/lj_opt_loop.c                             |   1 +
 src/lj_record.c                               |   3 +-
 src/lj_snap.c                                 |   1 +
 src/lj_state.c                                |   1 +
 src/lj_target_x86.h                           |   2 +
 src/lj_trace.c                                |  61 +++-
 src/lj_trace.h                                |   3 +
 src/lj_vm.h                                   |   3 +
 src/vm_arm.dasc                               |   3 +-
 src/vm_arm64.dasc                             |   4 +-
 src/vm_mips.dasc                              |   9 +-
 src/vm_mips64.dasc                            |  10 +-
 src/vm_ppc.dasc                               |   3 +-
 src/vm_x64.dasc                               |   6 +-
 src/vm_x86.dasc                               |   4 +-
 .../gh-7745-oom-on-trace.test.lua             |  41 +++
 .../lj-603-err-snap-restore.test.lua          |  77 +++--
 .../lj-688-snap-ir-rename.test.lua            |  60 ++++
 29 files changed, 626 insertions(+), 91 deletions(-)
 create mode 100644 test/tarantool-tests/gh-7745-oom-on-trace.test.lua
 create mode 100644 test/tarantool-tests/lj-688-snap-ir-rename.test.lua

--
2.39.2 (Apple Git-143)



More information about the Tarantool-patches mailing list