Skip to content
  • Takashi Kokubun's avatar
    5d8f1125
    RubyVM::MJIT.pause(wait: true) should wait · 5d8f1125
    Takashi Kokubun authored
    for all compilations and compaction.
    
    Prior to this commit, the last-compiled code has not been used because
    MJIT worker is stopped before setting the code, and compaction has also
    been skipped.
    
    But it was not intentional and `wait: true` pause should wait until
    those two things by its feature.
    5d8f1125
    RubyVM::MJIT.pause(wait: true) should wait
    Takashi Kokubun authored
    for all compilations and compaction.
    
    Prior to this commit, the last-compiled code has not been used because
    MJIT worker is stopped before setting the code, and compaction has also
    been skipped.
    
    But it was not intentional and `wait: true` pause should wait until
    those two things by its feature.
Loading