From 14d59144913352fb84fc77386865701c95db5ac1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 19 Jan 2021 10:37:56 -0500 Subject: [PATCH] Revise dev plan --- docs/C-Calling-Conventions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/C-Calling-Conventions.md b/docs/C-Calling-Conventions.md index a80bb558..961da6dc 100644 --- a/docs/C-Calling-Conventions.md +++ b/docs/C-Calling-Conventions.md @@ -157,8 +157,8 @@ TODO: Are there any complications in referencing vars from `args` rather than di # Development Plan -- Add necessary header definitions for new signatures -- Modify compiler to generate new function code +- Modify compiler to generate code using the new calling conventions +- Add necessary header definitions - Modify runtime / primitives to use calling convention - Modify FFI and define-c definitions - Bring up the compiler in stages. Will need to use the current version of Cyclone to generate a version with the new function signatures.