AsmJit 1.0-beta3 was released.
This version contains bug-fixes which was found in previous beta
version of AsmJit-1.0-beta2:
#23 Install libAsmJit.so in ABI aware libdir
#26 relocCode generated bad code when _dst different from addressBase
#27 bad opcode in mov immediate
#28 Truncated constants are not propagated to the logger
#29 crash in compiling multiple functions from the same Compiler
#30 duplicate calls after jumps
#31 relocCode() return number of bytes written
#32 Use intptr_t and uintptr_t instead of sysint_t and sysuint_t.
#33 GPVar version of ptr_abs()
#35 missing reg in complex address
#36 bad opcode in implicit conversion to 8bit reg (x64)
#37 tries to use sil/dil/bpl on x86_32
#38 wrong regs in gccfastcall
#39 miscompilation in mul_lo_hi
#41 Clang warning for parens in logical ops
Please update to AsmJit-1.0-beta3 or trunk.
Thank you!
Petr Kobalicek