This website requires JavaScript.
Explore
Help
Sign in
lisyarus
/
pslang
Watch
1
Star
0
Fork
You've already forked pslang
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c3c5010e04
pslang
/
libs
/
jit
/
include
/
pslang
/
jit
History
lisyarus
1a0dd2a48f
Aarch64 JIT compiler wip: partial struct support
2026-03-17 18:08:23 +03:00
..
arch
/aarch64
Aarch64 JIT compiler wip: partial struct support
2026-03-17 18:08:23 +03:00
abi.hpp
Aarch64 JIT-compiling wip: no-argument functions, arithmetic & logical operations, comparisons (integers only)
2026-01-03 22:38:43 +03:00
blob.hpp
Add JIT library & basic jit interface (not implemented yet)
2025-12-18 18:57:55 +03:00
executable.hpp
Refactor jit-compiling interface: introduce common global program context with shared code & symbol tables
2026-01-06 19:10:52 +03:00
foreign.hpp
Add foreign functions (stub in interpreter, implemented in aarch64 compiler)
2026-03-13 11:01:53 +03:00
jit.hpp
Refactor jit-compiling interface: introduce common global program context with shared code & symbol tables
2026-01-06 19:10:52 +03:00
program_context.hpp
Properly implement inner functions in aarch64 compiler & support module entry point
2026-03-15 14:16:33 +03:00