mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
add changelog )
This commit is contained in:
parent
1fb2013454
commit
3402afdb2b
1 changed files with 4 additions and 0 deletions
|
|
@ -124,3 +124,7 @@ It should build a local compiler `src/lamac` and a few tutorial executables in `
|
||||||
### Useful links
|
### Useful links
|
||||||
|
|
||||||
* [Plugin for VS Code](https://marketplace.visualstudio.com/items?itemName=arsavelev.lsp-lama)
|
* [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).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue