提交历史

作者 SHA1 备注 提交日期
  Mike Pall 0f55b46b0b Update man page for -b command line option. 14 年之前
  Mike Pall 3d1563524f More fixes for the Solaris/x86 build. Thanks to Will Metcalf. 14 年之前
  Mike Pall 9cf2cd2a11 Fix bytecode loading on Windows. 14 年之前
  Mike Pall ecab831ebf Add more docs for bytecode load/save feature. 14 年之前
  Mike Pall bcc196eed3 Fix dumping of already stripped functions with debug info. 14 年之前
  Mike Pall 0eee70cd4d Add -b command line option to save/list bytecode. 14 年之前
  Mike Pall 4994fcc32c Add support for bytecode loading/saving. 14 年之前
  Mike Pall 9da94d1355 Add recursive dump option to jit.bc.dump(). 14 年之前
  Mike Pall 0c8696dfbf No need for L argument to lj_str_initbuf(). 14 年之前
  Mike Pall 287de611a2 FFI: Support __tostring metamethod for pointers to structs, too. 14 年之前
  Mike Pall a58eb604f4 Make .eh_frame section read-write on Solaris. 14 年之前
  Mike Pall 27d8d3b5d9 Fix check for missing arguments in string.format(). 14 年之前
  Mike Pall b6a7fc5330 Cleanup prototype flags. 14 年之前
  Mike Pall 96cc99bd6a Remove bogus assertion for GC estimate vs. threshold. 14 年之前
  Mike Pall 8c32b38ca3 Flatten and compress in-memory debug info (saves ~70%). 14 年之前
  Mike Pall 585cf05dbd Move debugging/introspection functionality to lj_debug.c. 14 年之前
  Mike Pall b44ccd4263 Fix compiler warning. 14 年之前
  Mike Pall a0840d2695 FFI: Print NULL pointers as "cdata<... *>: NULL". 14 年之前
  Mike Pall a7ca722dca FFI: Show address pointed to for tostring(pointer). 14 年之前
  Mike Pall 51ee3d951e Minor change to bytecode penalty code for consistency. 14 年之前
  Mike Pall f50d8986d8 Fix data-flow analysis for BC_UCLO. 14 年之前
  Mike Pall 22946f268b FFI: Change tonumber(cdata) semantics. Return nil for non-numbers. 14 年之前
  Mike Pall a48058a791 ARM: Add fast assembler implementation of floor/ceil/trunc. 14 年之前
  Mike Pall a175754ab7 PPC: Add lj_vm_floor which is callable from C. 14 年之前
  Mike Pall 7ad4908a48 ARM: Fuse XLOAD/XSTORE operands. 14 年之前
  Mike Pall b88eaa11f3 Add stdint.h replacement for Symbian. Sigh. 14 年之前
  Mike Pall 8c5935000d Add narrowing of modulo operator. 14 年之前
  Mike Pall eec28aa9fd Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian. 14 年之前
  Mike Pall 77bb8de93d ARM: Disable C++ exception catching on Symbian. 14 年之前
  Mike Pall 84e33332a7 ARM: Enable JIT compiler (except for iOS). 14 年之前