diff options
Diffstat (limited to 'doc/intern.txt')
-rwxr-xr-x | doc/intern.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/intern.txt b/doc/intern.txt index e62378e1d..dfdc33ae9 100755 --- a/doc/intern.txt +++ b/doc/intern.txt @@ -29,12 +29,11 @@ Path Purpose version ``data`` data files that are used for generating source code -``doc`` the documentation lives here; it is a bunch of +``doc`` the documentation; it is a bunch of reStructuredText files ``dist`` additional packages for the distribution ``config`` configuration files for Nimrod -``lib`` the Nimrod library lives here; ``rod`` depends - on it! +``lib`` the Nimrod library; ``rod`` depends on it! ``web`` website of Nimrod; generated by ``koch.py`` from the ``*.txt`` and ``*.tmpl`` files ``obj`` generated ``*.obj`` files @@ -183,7 +182,7 @@ I use the term *cell* here to refer to everything that is traced This section describes how the new GC works. The basic algorithm is *Deferrent Reference Counting* with cycle detection. -References in the stack are not counted for better performance and easier C +References on the stack are not counted for better performance and easier C code generation. Each cell has a header consisting of a RC and a pointer to its type |