Skip to content

Conversation

@pawelszczerbuk
Copy link
Contributor

This change adds support for buffer aliasing in ConSan. This is achieved by using BufferRegion analysis to create AliasingMatrix that marks which buffers may overlap with each other. This information is then used during the visibility checks: instead of verifying that the buffer being accessed is visible, we load a row from the aliasing matrix, describing all the buffers that may alias buffer being access (including the buffer in question). This set of buffers is then checked for having visibility into potential outstanding reads/writes.

There is still follow-up change coming: moving BufferRegion analysis to TritonInstrument. It was not done in this PR to make review easier.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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