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

Improve clock erasure in the light of automata #309

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

turion
Copy link
Owner

@turion turion commented May 10, 2024

Follow-up of #299. Tries to improve how clock erasure works. Ideally, after clock erasure, flow should just be a call to reactimate on a concrete automaton.

turion added 12 commits May 10, 2024 11:47
… through strictness

* Maybe through simplifying initClock (#304)
* Looking at the Core it turns out that erased clock isn't completely simplified,
  and it's somehow obvious because it can't be inlined since it's recursive
* I was hoping that if the automaton is evaluated strictly enough, it would be reduced to WHNF before reactimation starts
  but it's unclear whether this would even be visible in Core
@turion turion force-pushed the dev_automata_clock_erasure branch from 99df94d to e5ed5ba Compare May 10, 2024 16:39
@turion turion mentioned this pull request May 16, 2024
1 task
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