pslang/libs/jit/include/pslang/jit
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