/// FIXME: docs
This commit is contained in:
parent
14fc9b29a3
commit
c983ced79c
2 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ pub struct MiriConfig {
|
|||
pub external_so_file: Option<PathBuf>,
|
||||
/// Run a garbage collector for SbTags every N basic blocks.
|
||||
pub gc_interval: u32,
|
||||
/// FIXME: add docs.
|
||||
/// The number of CPUs to be reported by miri.
|
||||
pub num_cpus: u32,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -406,7 +406,7 @@ pub struct MiriMachine<'mir, 'tcx> {
|
|||
pub(crate) gc_interval: u32,
|
||||
/// The number of blocks that passed since the last SbTag GC pass.
|
||||
pub(crate) since_gc: u32,
|
||||
/// FIXME: docs,
|
||||
/// The number of CPUs to be reported by miri.
|
||||
pub(crate) num_cpus: u32,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue