Implement Write Barrier for autoload_data
autoload_data
It's not uncommon for libraries to add thing sinto autoload that won't necessarily be loaded.
This can cause hundreds or thousands of entries to be left over in the autoload table, so it's best not to mark them on every minor.
Implement Write Barrier for
autoload_data
It's not uncommon for libraries to add thing sinto
autoload that won't necessarily be loaded.
This can cause hundreds or thousands of entries to be
left over in the autoload table, so it's best not to
mark them on every minor.