Skip to content

Commit

Permalink
feat(data): Add sljit
Browse files Browse the repository at this point in the history
WIP because atomic load/store not supported yet:
zherczeg/sljit#172
  • Loading branch information
xry111 committed Jul 15, 2023
1 parent a0943d1 commit 6c8c978
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/06-jit-runtimes/sljit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'sljit'
homepageURL: 'https://zherczeg.github.io/sljit/'
repoURL: 'https://github.com/zherczeg/sljit'
portingEfforts:
- authors: ['Xiao-Tao', 'carenas']
desc: '提供平台无关接口的低级 JIT 编译器,用于加速 PCRE2'
link: 'https://github.com/zherczeg/sljit/pull/170'
supportStatus: WIP
releasedSinceVersion: ''
goodSinceVersion: ''
quality: OnPar

0 comments on commit 6c8c978

Please sign in to comment.