From a1d14eaa224d9ee44747acd1ce923be4bc99b756 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 2 Feb 2021 23:04:33 -0500 Subject: [PATCH] Added a note on branching --- docs/C-Calling-Conventions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/C-Calling-Conventions.md b/docs/C-Calling-Conventions.md index e0882f07..ff4a49fb 100644 --- a/docs/C-Calling-Conventions.md +++ b/docs/C-Calling-Conventions.md @@ -158,6 +158,7 @@ TODO: Are there any complications in referencing vars from `args` rather than di # Development Plan - Modify compiler (scheme/cyclone/cgen.sld) to generate code using the new calling conventions. Test as best we can that C code is generated properly. +- Branch off of master at this point?? At some point we will want to do this to prevent a nasty merge of cargs development back into master. - Add necessary header definitions - Modify runtime / primitives to use calling convention. Ensure runtime compiles with these changes in place. - Modify FFI and define-c definitions in scheme files