mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Revisions
This commit is contained in:
parent
da05bc874f
commit
53dd182819
1 changed files with 0 additions and 2 deletions
|
@ -65,8 +65,6 @@ The heap is locked during allocation and sweep operations to protect against con
|
|||
|
||||
If there is not enough free memory to fulfill a request a new page is allocated and added to the heap. This is the only choice, unfortunately. The collection process is asynchronous so memory cannot be freed immediately to make room.
|
||||
|
||||
Cyclone's heap is based on the implementation from Chibi scheme.
|
||||
|
||||
## Thread Data
|
||||
|
||||
At runtime Cyclone passes the current continuation, number of arguments, and a thread data parameter to each compiled C function. Thread data is a structure that contains all of the necessary information to perform collections, including:
|
||||
|
|
Loading…
Add table
Reference in a new issue