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

Syntax run rework to reduce overhead #144

Merged
merged 8 commits into from
Nov 22, 2024
Merged

Conversation

DangerousPrototypes
Copy link
Owner

The switch used to run bus syntax has been turned into an array of functions to reduce overhead and make things more readable.

It does not yet work. I intend to rework how we pass and manage the in and out data packet pointers.

@DangerousPrototypes
Copy link
Owner Author

I made a similar update to syntax post processing. Also not working, just a sketch.

Ultimately I think this can be divided into 3 files in a /syntax/ sub directory:

syntax_compile.c
syntax_run.c
syntax_post.c

This update should by nature tame some of the global variables we reply on currently.

@DangerousPrototypes DangerousPrototypes merged commit 6db65f9 into main Nov 22, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant