From 5ba6db9902378a2392ae71080eb740d91ad2cd76 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 9 Jan 2017 22:31:06 -0500 Subject: [PATCH] Removed TODO --- docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md index 59e7dfbf..72019bc6 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md @@ -267,8 +267,6 @@ Cyclone allocates smaller objects in fixed size heaps to minimize allocation tim The heap data structures and associated algorithms are based on code from Chibi scheme. -TODO: not really related to this paper, but can allocation speedup for Cyclone be ported back to Chibi? Should look into that - ## C Runtime ### Overview