From 0452310d22d0d60d3688643a88f6cd1d779c1790 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 4 Jan 2017 04:11:38 -0500 Subject: [PATCH] WIP --- docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md index 7ccf6b4d..30fe1687 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md @@ -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. -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: