ecl/src
Daniel Kochmański bf0cb12bbc [maybe] bytevm: open-code lexical environment allocation
To avoid dependency on vector.o we opencode allocating the vector.

Note that we can't use ecl_make_stack, because mallocated memory must be
reegistered as a root.

[todo] move finalizers to memory and fix t_bclosure
[note] ecl_stack_pshu never resizes the stack (realloc vs manual resize)
2026-04-19 19:54:36 +02:00
..
bdwgc bdwgc: update bundled gc to version 8.2.8 2024-12-05 22:21:45 +01:00
c [maybe] bytevm: open-code lexical environment allocation 2026-04-19 19:54:36 +02:00
clos modules: [0/n] introduce a new structure ecl_module in the system 2026-04-19 19:54:36 +02:00
cmp core: move defacto constants from cl_core structure to global space 2026-04-19 19:53:06 +02:00
doc Drop support for Microsoft Visual Studio Compiler 2026-04-19 19:07:15 +02:00
ecl disable floating point exceptions on android 2026-03-07 16:20:05 +01:00
gmp disable floating point exceptions on android 2026-03-07 16:20:05 +01:00
h [maybe] stacks: add more operations 2026-04-19 19:54:36 +02:00
libffi libffi: add a patch for NetBSD/aarch64 2026-03-20 08:58:00 +01:00
lsp modules: [B/n] allow for building ecl without bdwgc and with nogc 2026-04-19 19:54:36 +02:00
tests core: split cl_core_struct in two structure cl_core and ecl_core 2026-04-19 19:53:06 +02:00
util Drop support for Microsoft Visual Studio Compiler 2026-04-19 19:07:15 +02:00
aclocal.m4 garbage: register and unregister GC threads manually from a module 2026-04-19 19:54:36 +02:00
bare.lsp.in cmp: fix constant folding for target dependent constants 2025-11-22 16:25:42 +01:00
compile.lsp.in Drop support for Microsoft Visual Studio Compiler 2026-04-19 19:07:15 +02:00
config.guess build: add a preliminary support for the emscripten target 2023-06-13 22:07:08 +02:00
config.sub build: add a preliminary support for the emscripten target 2023-06-13 22:07:08 +02:00
configure modules: [B/n] allow for building ecl without bdwgc and with nogc 2026-04-19 19:54:36 +02:00
configure.ac modules: [B/n] allow for building ecl without bdwgc and with nogc 2026-04-19 19:54:36 +02:00
install.sh
Makefile.in tests: implement tests for cross compilation of user code 2025-11-21 19:08:14 +01:00