mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
05d4a67337
Previously this traced wasm::Instance's object_ edge when it needed to trace the WasmInstanceObject. That was kind of wrong but it worked except for the fact that it meant that this edge could be traced from different threads at the same time during compacting (and probably in parallel marking too). It's clearer to get the object and trace that if that is what is required. I removed the comment from Instance::tracePrivate because it makes it sound like you can get away without tracing every edge if there's some justification. This is potentially confusing. All edges must be traced. Differential Revision: https://phabricator.services.mozilla.com/D164641 |
||
---|---|---|
.. | ||
examples | ||
loader | ||
public | ||
src | ||
xpconnect | ||
app.mozbuild | ||
ffi.configure | ||
moz.build | ||
moz.configure | ||
sub.configure |