Skip to content

Clasp v2.3.0

Compare
Choose a tag to compare
@yitzchak yitzchak released this 04 Jun 17:35
· 1114 commits to main since this release
e3200f8

Version 2.3.0 (LLVM15/LLVM16) 2023-06-04

Added

  • 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.