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

[Civl] Consolidation of pure procedures and actions #815

Merged
merged 7 commits into from
Nov 25, 2023

Conversation

shazqadeer
Copy link
Contributor

@shazqadeer shazqadeer commented Nov 25, 2023

  1. Introduce pure actions in the same spirit as pure procedures
  2. Introduction of computation happens only via invocation of pure actions and procedures
  3. Type checking of actions with respect to global accesses and calls to other atomic actions is simplified; all actions are treated in the same manner; global variables may no longer be accessed in actions at the introduction layer of the variable
  4. Linear primitives are modeled as pure procedures (without bodies)
  5. Parameters across linear primitives are made consistent; inout parameter is always at position 0
  6. Miscellaneous bug fixes

@shazqadeer shazqadeer changed the title [Civl] Intro pure fix [Civl] Consolidation of pure procedures and actions Nov 25, 2023
@shazqadeer shazqadeer merged commit 25ae9d9 into master Nov 25, 2023
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