You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// For a correct barrier implementation, a VM binding needs to choose one of the following options:
221
221
/// * Use subsuming barrier `object_reference_write`
222
222
/// * Use both `object_reference_write_pre` and `object_reference_write_post`, or both, if the binding has difficulty delegating the store to mmtk-core with the subsuming barrier.
223
-
/// * Implement fast-path on the VM side, and call the generic api `object_reference_slow` as barrier slow-path call.
223
+
/// * Implement fast-path on the VM side, and call the generic api `object_reference_write_slow` as barrier slow-path call.
224
224
/// * Implement fast-path on the VM side, and do a specialized slow-path call.
/// For a correct barrier implementation, a VM binding needs to choose one of the following options:
245
245
/// * Use subsuming barrier `object_reference_write`
246
246
/// * Use both `object_reference_write_pre` and `object_reference_write_post`, or both, if the binding has difficulty delegating the store to mmtk-core with the subsuming barrier.
247
-
/// * Implement fast-path on the VM side, and call the generic api `object_reference_slow` as barrier slow-path call.
247
+
/// * Implement fast-path on the VM side, and call the generic api `object_reference_write_slow` as barrier slow-path call.
248
248
/// * Implement fast-path on the VM side, and do a specialized slow-path call.
/// For a correct barrier implementation, a VM binding needs to choose one of the following options:
271
271
/// * Use subsuming barrier `object_reference_write`
272
272
/// * Use both `object_reference_write_pre` and `object_reference_write_post`, or both, if the binding has difficulty delegating the store to mmtk-core with the subsuming barrier.
273
-
/// * Implement fast-path on the VM side, and call the generic api `object_reference_slow` as barrier slow-path call.
273
+
/// * Implement fast-path on the VM side, and call the generic api `object_reference_write_slow` as barrier slow-path call.
274
274
/// * Implement fast-path on the VM side, and do a specialized slow-path call.
0 commit comments