Implementing tail calls for x86.
commit373163144a3457174cdeee5475e633271c9c8829
authorZoltan Herczeg <hzmester@freemail.hu>
Thu, 27 Jan 2022 11:00:47 +0000 (27 11:00 +0000)
committerZoltan Herczeg <hzmester@freemail.hu>
Sat, 5 Feb 2022 05:45:52 +0000 (5 05:45 +0000)
tree59affa0039ce98b7767eaa2716ae6f22a6f02d52
parent9c8b6961bd8b692c35cd32059ce2f312bc36f44f
Implementing tail calls for x86.
sljit_src/sljitLir.c
sljit_src/sljitLir.h
sljit_src/sljitNativeX86_32.c
sljit_src/sljitNativeX86_64.c
test_src/sljitTest.c