Yi Lin
Yi Lin
@wks I have addressed your comments. I will work on Wenyu's comments.
@wenyuzhao I have addressed most of your comments, except for those related to the object reference. I plan to fix them in a separate PR (which should get merged before...
I believe I have addressed the issues you pointed out. Can you review the PR again and let me know if there are any further changes required? @wks @wenyuzhao
binding-refs OPENJDK_BINDING_REF=mimalloc-ms-support JIKESRVM_BINDING_REF=mimalloc-ms-support V8_BINDING_REF=update-pr-643
We are eager to see this feature as well. I am also wondering if there is a workaround/hack for now to protect workflow files from unprivileged contributors. I found none......
@wks Can you review this PR as well?
I don't think `workflow_dispatch` would work here. We would want to dispatch a workflow run from a `mmtk-core` PR to a binding PR. However, both the `mmtk-core` PR and the...
We have seen similar cases with Julia as well. There is no slot in Julia's write barrier function, and there is one kind of barrier that has no target object...
> > ... As long as we know (and assert) which kind of barrier is in use, we can omit some arguments that are not really in use for the...
In the current code, LOS uses 2-bit local metadata, and the binding can choose to use header bits or side metadata. It could be put to the object header, which...