From a3a6866d4c2cc096b478c8f81b73a3b818034b89 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sat, 29 Aug 2015 23:22:29 +0200 Subject: [PATCH] Re-enable trace stitching. Thanks to Vyacheslav Egorov. --- doc/changes.html | 2 +- src/lj_ffrecord.c | 39 ++++----------------------------------- src/lj_gc.c | 2 +- src/lj_ir.c | 44 ++++++++++++++++++++++++++++++-------------- src/lj_iropt.h | 1 + src/lj_jit.h | 1 + src/lj_snap.c | 4 ++-- src/lj_trace.c | 7 ++++++- src/lj_traceerr.h | 2 -- src/vm_arm.dasc | 13 +++++-------- src/vm_mips.dasc | 10 +++------- src/vm_ppc.dasc | 8 ++------ src/vm_x86.dasc | 11 ++++------- 13 files changed, 60 insertions(+), 84 deletions(-) diff --git a/doc/changes.html b/doc/changes.html index 64dc4c2a..febb03c7 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -90,7 +90,7 @@ Please take a look at the commit history for more details.
  • Improvements to the JIT compiler: