Project

General

Profile

« Previous | Next » 

Revision 32de6097

Added by Samuel Williams over 3 years ago

Fix various autoload race conditions. (#5898)

  • Add RUBY_VM_CRITICAL_SECTION for detecting unexpected context switch.

  • Prevent race between GC mark and autoload setup.

  • Protect race on autoload state.

  • Avoid potential race condition when allocating autoload_featuremap.

  • Add NEWS entry for autoload fixes.