mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added intro paragraph
This commit is contained in:
parent
bfa655094c
commit
86399604d0
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@
|
|||
|
||||
# Introduction
|
||||
|
||||
The goal of this paper is to provide a high-level overview of Cyclone's garbage collector. The collector has the following requirements:
|
||||
The goal of this paper is to provide a high-level overview of Cyclone's garbage collector. The explanation is still fairly technical; it might be helpful to have some background in programming. There are also a couple of introductory articles included in the further reading at the end of this paper.
|
||||
|
||||
Anyway, with that out of the way - the collector has the following requirements:
|
||||
|
||||
- Efficiently free allocated memory.
|
||||
- Allow the language implementation to support tail calls and continuations.
|
||||
|
|
Loading…
Add table
Reference in a new issue