Revise dev plan

This commit is contained in:
Justin Ethier 2021-01-19 10:37:56 -05:00
parent a4497e2c27
commit 14d5914491

View file

@ -157,8 +157,8 @@ TODO: Are there any complications in referencing vars from `args` rather than di
# Development Plan # Development Plan
- Add necessary header definitions for new signatures - Modify compiler to generate code using the new calling conventions
- Modify compiler to generate new function code - Add necessary header definitions
- Modify runtime / primitives to use calling convention - Modify runtime / primitives to use calling convention
- Modify FFI and define-c definitions - 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. - Bring up the compiler in stages. Will need to use the current version of Cyclone to generate a version with the new function signatures.