Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically split C into separate functions #56

Open
zliu41 opened this issue Apr 15, 2022 · 0 comments
Open

automatically split C into separate functions #56

zliu41 opened this issue Apr 15, 2022 · 0 comments

Comments

@zliu41
Copy link
Member

zliu41 commented Apr 15, 2022

This does not include splitting C into separate files

We should basically be able to kFunctionCall without kFunctionCall, making C functions correspond to Haskell functions, and tuning it to a level that minimizes build time and/or minimizes run time (although I don't expect it would have a lot of effect on the latter, as the C compiler should be able to handle that well enough)

This reduces control law maintenance while getting us another step toward readable C and improving performance.

(Extricated from https://kitty-hawk.atlassian.net/browse/SW-3980)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant