mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e4a508dec8
Various parts of the first half of BeginCollection() can start an incremental GC. This is bad because running the GC and CC at the same time can cause the CC to end up with pointers to dead JS objects. To avoid this, we finish any incremental GC in progress in BeginCollection. This is slow, but hopefully it is rare. |
||
---|---|---|
.. | ||
crashtests | ||
idl | ||
loader | ||
public | ||
shell | ||
src | ||
tests | ||
wrappers | ||
moz.build |