#47747·servo

将 Rc<Promise> 的使用转换为 RootedPromise 或 TracedPromise

作者: jdm创建于 2026年9月2日更新于 2026年9月17日
标签A-content/domE-less-complexI-perf-bloat

As discovered in #45262, we leak memory due to how we store `Rc<Promise>` objects that cannot be GCed inside of our DOM objects that are traced by the GC. #47682 and #47735 give us the tools to fix this problem, and we're going to do it in bite-size pieces.