From 24dbd5f1c6994ffa15669e107e0155314a271728 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 14 Apr 2016 22:04:25 -0400 Subject: [PATCH] Update index.html --- index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index aa85b96f..3d9284d8 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,12 @@
View on GitHub -

Cyclone

+

+ + + alt="Cyclone"> + +

Cyclone Scheme - Cheney on the M.T.A. with native threads.

@@ -31,8 +36,6 @@
-

cyclone-scheme

-

Cyclone is an experimental Scheme-to-C compiler that uses a variant of the Cheney on the MTA technique to implement full tail recursion, continuations, and generational garbage collection. Unlike previous Cheney on the MTA compilers, Cyclone also allows execution of multiple native threads. An on-the-fly garbage collector is used to manage the second-generation heap and perform major collections without "stopping the world".