We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abbc89 commit b6fcbc6Copy full SHA for b6fcbc6
mmtk/src/scanning.rs
@@ -12,7 +12,7 @@ use mmtk::MutatorContext;
12
13
pub struct VMScanning {}
14
15
-pub(crate) const WORK_PACKET_CAPACITY: usize = 4096;
+pub(crate) const WORK_PACKET_CAPACITY: usize = mmtk::util::constants::BUFFER_SIZE;
16
17
extern "C" fn report_slots_and_renew_buffer<S: Slot, F: RootsWorkFactory<S>>(
18
ptr: *mut Address,
0 commit comments