From af9775af98ecd53017ffed1ca71b158cee8a8691 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 21 Feb 2021 21:52:40 -0500 Subject: [PATCH] Added TODO --- docs/C-Calling-Conventions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/C-Calling-Conventions.md b/docs/C-Calling-Conventions.md index ff4a49fb..32820311 100644 --- a/docs/C-Calling-Conventions.md +++ b/docs/C-Calling-Conventions.md @@ -164,3 +164,7 @@ TODO: Are there any complications in referencing vars from `args` rather than di - Modify FFI and define-c definitions in scheme files - Bring up the compiler in stages. Will need to use the current version of Cyclone to generate a version with the new function signatures. + +## TODO + +- Need to either remove `inline_function_type` or have a special compilation mode/flag so that we do not use it for compilers that are too strict to use it.