-
Notifications
You must be signed in to change notification settings - Fork 8
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
🔬 memory primitive prototype #238
base: main
Are you sure you want to change the base?
Conversation
There is an issue with the supervisor and the proxy RFC calls. Because they are synchronous, they hijack the main interpretation loop. The loop does not advance as it waits for the proxy call to finish, this is inline with our "atomic" design of primitives, no debug messages are processed during their execution. In this case we do want this, since during the proxy call, the proxy device will send back debug messages. |
6ff87e0
to
3396bd8
Compare
Changed in 34b89fd However, we might not want to process just any debug message. What if we send a |
Fixes #78 |
1996698
to
5d87aad
Compare
9ea0587
to
c106bf9
Compare
3c30dd0
to
f683c8d
Compare
Adds `module *m` to RFC
dadb940
to
cd34802
Compare
No description provided.