descriptionPlatform independent low-level JIT compiler (github mirror, with mob branch)
homepage URLhttps://github.com/zherczeg/sljit
owner1596067968@qq.com
last changeWed, 20 Jul 2022 08:16:49 +0000 (20 08:16 +0000)
content tags
add:
readme
How to contribute patches to our "mob" patchwork (About mob)

git clone https://repo.or.cz/sljit.git
git checkout -b mypatch origin/mob
# Do your work on mypatch branch
git push ssh://mob@repo.or.cz/sljit.git mypatch:mob
shortlog
2022-07-20 Zoltan HerczegRework x86-32 stack layoutmastermob
2022-07-02 Zoltan HerczegImprove sljit abi calling convention
2022-06-22 Zoltan HerczegChange skip checks to a macro
2022-06-20 Zoltan HerczegAdd sljit specific register argument calling convention
2022-06-16 Zoltan HerczegRemove fast call support on x86-32
2022-06-14 Zoltan HerczegFix x86 mem address encoding
2022-05-26 Zoltan HerczegImplement ARM unaligned support
2022-05-23 Zoltan HerczegFix PPC logical or/xor with flag set
2022-05-20 Zoltan HerczegRemove sparc support
2022-05-19 Zoltan HerczegFix test50 alignment
2022-05-19 Zoltan HerczegStart supporting unaligned memory access
2022-05-11 Zoltan HerczegImprove constant generation
2022-05-08 Zoltan HerczegImplement fpu operations for RISC-V
2022-05-07 Zoltan HerczegImprove x86 float compare
2022-05-06 Zoltan HerczegInitial implementation of RISC-V port
2022-05-04 Zoltan HerczegImprove jump code generator on MIPS
...
heads
21 months ago mob
21 months ago master