From e26e81aa33dc1ecc2f26de26b1d420d288a28493 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Sun, 16 Aug 2026 10:01:12 +0200 Subject: Implemented meta allocator. --- doc/0/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/0') diff --git a/doc/0/index.md b/doc/0/index.md index 844729c..da707d2 100644 --- a/doc/0/index.md +++ b/doc/0/index.md @@ -1,7 +1,7 @@ # Chapter 0: Genesis This chapter explains the core value representation of Zisp, and goes -through the processes of parsing, decoding, running, and optionally +through the processes of parsing, decoding, running, and optionally, compiling code. 0. [Value](0-value.html) @@ -32,3 +32,11 @@ compiling code. the compilation of other modules, with various options, yielding static or dynamic object files. These may be loaded immediately, replacing the previously uncompiled module code in memory. + +## Appendices + ++ Appendix A: [Memory](A-memory.html) + + Zisp foregoes use of a platform-provided heap allocator as much as + possible, in favor of an efficient heap allocator specialized for + the implementation details of Zisp. -- cgit v1.2.3