From 3402afdb2b210f79cfeea8517535d7922be99473 Mon Sep 17 00:00:00 2001 From: Danya Berezun Date: Wed, 4 Oct 2023 09:56:31 +0200 Subject: [PATCH] add changelog ) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a1cdb8427..345f4ab4a 100644 --- a/README.md +++ b/README.md @@ -124,3 +124,7 @@ It should build a local compiler `src/lamac` and a few tutorial executables in ` ### Useful links * [Plugin for VS Code](https://marketplace.visualstudio.com/items?itemName=arsavelev.lsp-lama) + +### Changes in Lama 1.2 + +* New garbage collector: single-threaded stop-the-world `LISP2` (see GC Handbook for details: [1st edition](https://www.cs.kent.ac.uk/people/staff/rej/gcbook/), [2nd edition](http://gchandbook.org/)) [mark-compact](https://www.memorymanagement.org/glossary/m.html#term-mark-compact).