-
Notifications
You must be signed in to change notification settings - Fork 3
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 GC: MMTk
tag to Julia's banner when building with MMTk
#72
Conversation
MMTk provides its version info: https://docs.rs/mmtk/latest/mmtk/build_info/index.html. You probably want to include it in the banner or in the Julia's version. This is what we do for OpenJDK: @udesou Let me know if you want to do it in this PR or not. I will review the PR if you plan to do this change now. |
I'll try to use that and do something similar to what we do for OpenJDK then |
Merge with mmtk/julia#72. Should add info to Julia's banner about the version of MMTk used in the build such as: ``` _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.12.0-DEV.955 (2024-11-26) _/ |\__'_|_|_|\__'_| | adding-tag-to-banner/0ccc307863* (fork: 101 commits, 134 days) |__/ | Built with MMTk Julia 0.1.0 (a775934-dirty), using MMTk 0.27.0 (de10fa4, DEFAULT, IMMIX_NON_MOVING, IMMIX_SMALLER_BLOCK, OBJECT_PINNING, VM_SPACE) ```
…#193) Merge with mmtk/julia#72. Should add info to Julia's banner about the version of MMTk used in the build such as: ``` _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.12.0-DEV.955 (2024-11-26) _/ |\__'_|_|_|\__'_| | adding-tag-to-banner/0ccc307863* (fork: 101 commits, 134 days) |__/ | Built with MMTk Julia 0.1.0 (a775934-dirty), using MMTk 0.27.0 (de10fa4, DEFAULT, IMMIX_NON_MOVING, IMMIX_SMALLER_BLOCK, OBJECT_PINNING, VM_SPACE) ```
Just added a piece of text when starting Julia so we know it's been built with MMTk.