From 2a058a5204fe1854ff780fb62c5c5a155ed32534 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 12 Oct 2015 22:39:29 -0400 Subject: [PATCH] WIP - compile string_type changes --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 93ced0d0..d3976d22 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,13 @@ +Instructions to rebuild cyclone after changing string_type returns to object returns: +sudo ls ; cyclone scheme/cyclone/cgen.sld && sudo cp scheme/cyclone/cgen.* /usr/local/share/cyclone/scheme/cyclone/ +make clean ; make && sudo make install +sudo make install-includes +cp ../cyclone-bootstrap/dispatch.c . +make libcyclone.a +sudo make install-libs +make clean ; make && sudo make install + + Roadmap: - Add macro support, ideally including some level of hygiene - Code cleanup - need to take care of accumulated cruft before release. also, can we profile to make things any faster?