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

Implement pointer ICmp. #1170

Merged
merged 1 commit into from
May 21, 2024
Merged

Implement pointer ICmp. #1170

merged 1 commit into from
May 21, 2024

Conversation

vext01
Copy link
Contributor

@vext01 vext01 commented May 20, 2024

This is required for yklua running the db benchmark.

Requires ykjit/ykllvm#163

NOOPT_VAL(p2);
while (i < 4) {
yk_mt_control_point(mt, &loc);
fprintf(stderr, "p1==p2: %d\n", p1 == p2);
Copy link
Contributor

@ptersilie ptersilie May 20, 2024

Choose a reason for hiding this comment

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

Should we add another comparison with different pointers?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Try 13af6a6

@ptersilie
Copy link
Contributor

Please squash.

This is required for yklua running the db benchmark.
@vext01
Copy link
Contributor Author

vext01 commented May 21, 2024

squashed.

@ltratt ltratt added this pull request to the merge queue May 21, 2024
Merged via the queue into ykjit:master with commit 9734790 May 21, 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