Build Yjit on my mac
Follow the official document : ruby/yjit
Step
clone the repo and enter the directory
git clone https://github.com/ruby/ruby yjit
cd yjit
install the deps first:
brew install openssl readline libyaml
build:
./autogen.sh
./configure --enable-...
crazyrunsnail.hashnode.dev1 min read