ecl/src
Daniel Kochmański d05a5bba06 memory: reify the type_info database
We store information about the object size, its pointers and name. This
information is later reused by the garbage collector.
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 memory: reify the type_info database 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 memory: reify the type_info database 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