mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Remove computeNonIncrementalMarkingForValidation(lock) and caller
This commit is contained in:
parent
a8821a2177
commit
55d5d48137
2 changed files with 0 additions and 8 deletions
|
|
@ -3885,11 +3885,6 @@ GCRuntime::markAllGrayReferences(gcstats::Phase phase)
|
|||
markGrayReferences<GCZonesIter, GCCompartmentsIter>(phase);
|
||||
}
|
||||
|
||||
void
|
||||
GCRuntime::computeNonIncrementalMarkingForValidation(AutoLockForExclusiveAccess& lock)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
GCRuntime::validateIncrementalMarking()
|
||||
{
|
||||
|
|
@ -4761,8 +4756,6 @@ GCRuntime::beginSweepPhase(bool destroyingRuntime, AutoLockForExclusiveAccess& l
|
|||
|
||||
releaseHeldRelocatedArenas();
|
||||
|
||||
computeNonIncrementalMarkingForValidation(lock);
|
||||
|
||||
gcstats::AutoPhase ap(stats, gcstats::PHASE_SWEEP);
|
||||
|
||||
sweepOnBackgroundThread =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue