-
Notifications
You must be signed in to change notification settings - Fork 71
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
MMTk Callback #37
Comments
Is this included in #62? If so, we could close this issue. |
Basically we want to expose something for applications to signal Rust MMTk. |
@caizixian As you referenced, MMTk exposes |
After some work and discussions, there is the plan for the callbacks/hooks:
|
Currently we are using a workaround. We keep the Rust API of mmtk-core, which exposes |
* Use EnumMap to store all the work-buckets * Update binding * cargo fmt * Update mmtk-core revision * Update mmtk-core * Rename * Update mmtk revision
In GitLab by @u6374399 on Dec 13, 2018, 17:14
For detailed performance measurements, RMMTk needs callbacks.
The text was updated successfully, but these errors were encountered: