You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bytecode compiled images via build mode :bytecode.
FASL magic number sniffing for CL:LOAD. This enables FASL files to be
loaded even if the filename extension is incorrect.
Preliminary Apple Silicon support. Must be compiled with bytecode
either by specifying --build-mode=bytecode when invoking koga or
by adding :build-mode :bytecode to the config.sexp file.
LLVM16 support. LLVM15 is still supported.
Changed
Updated to Eclector v0.9.0
Fixed
Use Eclector state protocol to enable readtable changes during compiling.
Fixes #1398.