Project

General

Profile

« Previous | Next » 

Revision e1fee7f9

Added by k0kubun (Takashi Kokubun) almost 5 years ago

Rename RubyVM::MJIT to RubyVM::JIT

because the name "MJIT" is an internal code name, it's inconsistent with
--jit while they are related to each other, and I want to discourage future
JIT implementation-specific (e.g. MJIT-specific) APIs by this rename.

[Feature #17490]