-
Notifications
You must be signed in to change notification settings - Fork 69
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 transparent hugepage support #905
Conversation
Running benchmarks for JikesRVM... |
Running benchmarks for OpenJDK... |
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.
LGTM.
It seems the macro crate code got reformatted (accidentally?). That is not related with the core purpose of the PR. Generally it is preferrable to separate PRs for unrelated changes.
It seems the CI checks got stuck. Maybe try push a new commit. |
Yeah, I think cargo fmt reformatted the entire repo (probably because I have my workspace configured as a cargo workspace). I reverted these changes. |
This commit was originally backed out of #905. Add clippy check and cargo fmt check for auxiliary crates (`macros` and `dummyvm`). --------- Co-authored-by: Yi Lin <qinsoon@gmail.com>
No description provided.