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

SOSP improvements #149

Merged
merged 227 commits into from
May 2, 2024
Merged

SOSP improvements #149

merged 227 commits into from
May 2, 2024

Conversation

JustusAdam
Copy link
Collaborator

@JustusAdam JustusAdam commented May 1, 2024

What Changed?

  • Improves soundness of marker assignment logic.
  • Refactors the graph constructor into it's own file
  • The Graph query API is now accessible as methods on nodes
  • Implements adaptive inlining optimization
  • Improves error messages from parse failures for the annotations
  • Switches output serialization format to bincode by default
  • Adds a new framework and suite of tests based on the policy framework
  • Adds tracing to always_happens_before
  • Generics on entry points are now handled by providing arguments of type dyn <constraints>
  • Adds statistics on runtime to flow analyzer and policies
  • Materialized flows_to relations are now optional
  • Diagnostics are now deduplicated

Why Does It Need To?

Improves soundness, ergonomics and speed.

Fixes #129
Fixes #130

Checklist

  • Above description has been filled out so that upon quash merge we have a
    good record of what changed.
  • New functions, methods, types are documented. Old documentation is updated
    if necessary
  • Documentation in Notion has been updated
  • Tests for new behaviors are provided
    • New test suites (if any) ave been added to the CI tests (in
      .github/workflows/rust.yml) either as compiler test or integration test.
      Or justification for their omission from CI has been provided in this PR
      description.

JustusAdam and others added 30 commits February 26, 2024 20:52
@JustusAdam JustusAdam merged commit 074d847 into main May 2, 2024
4 checks passed
@JustusAdam JustusAdam deleted the sosp branch May 10, 2024 18:45
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.

Ensure that markers propagate to child places When should type markers be attached?
3 participants