mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 16:27:35 +02:00
Added a note on branching
This commit is contained in:
parent
02fdcd2532
commit
a1d14eaa22
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue