-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Adding support for MMTk (non-moving immix) #56288
base: master
Are you sure you want to change the base?
Conversation
5257d4a
to
4621e5c
Compare
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.
First review pass.
Will follow-up with more comments soon.
3e68f3c
to
6a01c26
Compare
6a01c26
to
bc08a9b
Compare
167c10f
to
c6fd2d9
Compare
8ddb110
to
b2f2d3c
Compare
@nanosoldier |
PkgEval above was to ensure we didn't break anything in the stock GC. @gbaraldi to run a PkgEval on Julia built with MMTk. |
b2f2d3c
to
3124e4e
Compare
You'll need to make sure that any required external code (i.e. https://github.com/mmtk/mmtk-julia) is automatically cloned and built when a single build flag, e.g. |
In any case, I had to restart PkgEval, so re-triggering: @nanosoldier |
This PR adds the possibility of building/running Julia using MMTk, running non-moving immix.
The binding code (Rust) associated with it is in https://github.com/mmtk/mmtk-julia/tree/upstream-ready/immix. Instructions on how to build/run Julia with MMTk are described in the
README
file inside the binding repo.