Project

General

Profile

« Previous | Next » 

Revision 39a34694

Added by maximecb (Maxime Chevalier-Boisvert) over 2 years ago

YJIT: Add --yjit-pause and RubyVM::YJIT.resume (#7609)

  • YJIT: Add --yjit-pause and RubyVM::YJIT.resume

This allows booting YJIT in a suspended state. We chose to add a new
command line option as opposed to simply allowing YJIT.resume to work
without any command line option because it allows for combining with
YJIT tuning command line options. It also simpifies implementation.

Paired with Kokubun and Maxime.

  • Update yjit.rb

Co-authored-by: Takashi Kokubun


Co-authored-by: Alan Wu
Co-authored-by: Takashi Kokubun