-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use less branches when matching xclass in jit (#530)
Also move clist processing out of xclass Co-authored-by: Zoltan Herczeg <[email protected]>
- Loading branch information
Showing
2 changed files
with
200 additions
and
119 deletions.
There are no files selected for viewing
Submodule sljit
updated
12 files
+9 −8 | GNUmakefile | |
+14 −14 | doc/tutorial/array_access.c | |
+8 −8 | doc/tutorial/brainfuck.c | |
+8 −8 | doc/tutorial/branch.c | |
+7 −7 | doc/tutorial/first_program.c | |
+10 −10 | doc/tutorial/func_call.c | |
+10 −10 | doc/tutorial/loop.c | |
+15 −15 | doc/tutorial/sljit_tutorial.html | |
+14 −14 | doc/tutorial/struct_access.c | |
+17 −17 | doc/tutorial/temp_var.c | |
+1 −1 | sljit_src/sljitConfigInternal.h | |
+37 −19 | sljit_src/sljitNativeX86_common.c |
Oops, something went wrong.