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

Annotate Domain.self with noalloc #12683

Merged
merged 1 commit into from Oct 22, 2023

Conversation

sheeraSearch82
Copy link
Contributor

Fixes #12676.

Copy link
Member

@gasche gasche left a comment

Choose a reason for hiding this comment

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

I believe that the change is correct.

(I also checked: cpu_relax is not noalloc as its implementation handles incoming GC requests.)

@sheeraSearch82 if you want to be credited for the change, please add an entry in the Changes file in the "Bug fixes" category, for example:

- #12676, #12683: mark Domain.self as [@@noalloc]
  (<your name>, report by Vesa Karvonen, review by Gabriel Scherer)

Otherwise, if you prefer to not have a change entry for this, just say so.

@sheeraSearch82
Copy link
Contributor Author

"No change entry needed for this one. Thanks @gasche."

@gasche gasche merged commit 7748b45 into ocaml:trunk Oct 22, 2023
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Domain.self is missing the [@@noalloc] attribute
2 participants