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

Remove trace inputs struct passed into the control point. #189

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

ptersilie
Copy link

We recently introduced a way to read trace inputs directly via their registers and stack locations in the parent frame. The former trace inputs struct is thus no longer needed. Similarly, we no longer need to use the frameaddr intrinsic which can be removed too.

We recently introduced a way to read trace inputs directly via their
registers and stack locations in the parent frame. The former trace
inputs struct is thus no longer needed. Similarly, we no longer need to
use the `frameaddr` intrinsic which can be removed too.
@ltratt ltratt added this pull request to the merge queue Jul 30, 2024
Merged via the queue into ykjit:main with commit 3fbd812 Jul 30, 2024
2 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.

3 participants