зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1295027 - Fix spurious rooting hazard r=me
This commit is contained in:
Родитель
7ec3a9741b
Коммит
56d2b77b31
|
@ -566,6 +566,10 @@ js::Nursery::collect(JSRuntime* rt, JS::gcreason::Reason reason)
|
|||
|
||||
startProfile(ProfileKey::Total);
|
||||
|
||||
// The hazard analysis thinks doCollection can invalidate pointers in
|
||||
// tenureCounts below.
|
||||
JS::AutoSuppressGCAnalysis nogc;
|
||||
|
||||
TenureCountCache tenureCounts;
|
||||
double promotionRate = doCollection(rt, reason, tenureCounts);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче