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

Accessing/modifying the Vat decision procedure #85

Open
void4 opened this issue Mar 7, 2019 · 1 comment
Open

Accessing/modifying the Vat decision procedure #85

void4 opened this issue Mar 7, 2019 · 1 comment

Comments

@void4
Copy link

void4 commented Mar 7, 2019

If I wanted to implement a priority system for the turn queue, or other arbitrary behavior, would that be possible?

@void4 void4 changed the title Accessing/modifying the var decision procedure Accessing/modifying the Vat decision procedure Mar 7, 2019
@MostAwesomeDude
Copy link
Contributor

It's not yet part of the specification. Typhon's scheduler is hardcoded and aimed at single-core performance right now; both of those can be changed, with effort.

It's worth pointing out that we want to enforce E-order and so probably require the programmer to reorder their code in order to change the order in which turns get enqueued. I've done this before in experiments and it was not unreasonable.

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

2 participants