Project

General

Profile

ยซ Previous | Next ยป 

Revision 482f4cad

Added by byroot (Jean Boussier) 3 months ago

Autoload encodings on the main ractor

None of the datastructures involved in the require process are
safe to call on a secondary ractor, however when autoloading
encodings, we do so from the current ractor.

So all sorts of corruption can happen when using an autoloaded
encoding for the first time from a secondary ractor.