-
Notifications
You must be signed in to change notification settings - Fork 396
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 callMustBeInlinedRegardlessOfSize #6991
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for supporting the project, and congratulations on your first contribution! A project committer will shortly review your contribution. In the mean time, if you haven't had a chance please skim over the contribution guidelines which all pull requests must adhere to. If the ECA pull request check fails, have a look at the instructions for signing the ECA in the legal considerations section.
If you run into any problems our community will be happy to assist you in any way we can. There are a number of recommended ways to interact with the community. We encourage you to ask questions, or drop by to say hello.
This commit removes callMustBeInlinedRegardlessOfSize and all its uses since it has no overriding implementations. This commit depends on a downstream change to OpenJ9. Closes: eclipse-omr#6148 Signed-off-by: James You <james.you@protonmail.com>
Jenkins build all |
Jenkins build linux,x32linux |
1 similar comment
Jenkins build linux,x32linux |
jenkins build xlinux |
I'm removing the "Depends on:" statements in your PR message. Nothing in OMR should ever depend on a downstream project, though the converse is often true. |
This commit removes callMustBeInlinedRegardlessOfSize and all its uses since it has no overriding implementations.
Closes: #6148