This commit is contained in:
Justin Ethier 2017-01-04 04:11:38 -05:00
parent a473beeb76
commit 0452310d22

View file

@ -206,7 +206,7 @@ Under Cyclone's runtime each thread contains its own stack that is used for priv
Heap objects are not relocated, making it easier for the runtime to support native threads. In addition major GC uses a collector thread that executes asynchronously so application threads can continue to run concurrently even during collections. Heap objects are not relocated, making it easier for the runtime to support native threads. In addition major GC uses a collector thread that executes asynchronously so application threads can continue to run concurrently even during collections.
It took a long time to research and plan out all of this before it could be implemented. There is a nice lull in Github contributions during that time: It took a long time to research and plan out all of this before it could be implemented. There was a noticeable lull in Github contributions during that time:
<img src="images/cyclone-contribs.png"> <img src="images/cyclone-contribs.png">