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

Invoke make for MMTk binding everytime we make #57279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qinsoon
Copy link
Contributor

@qinsoon qinsoon commented Feb 6, 2025

This PR changes the rebuild for the MMTk binding.

  • Old behavior: The first time make will build the binding, but subsequent make will not build the binding even if the binding code is changed. We need to manually build the binding, and do make from Julia to link the binary.
  • New behavior: make will build the binding every time (noop at the binding side if there is no code change).

@udesou udesou added the GC: MMTK MMTK GC integration label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GC: MMTK MMTK GC integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants