Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardRubyYARV bytecodeSingle-choice MCQ

How does YARV compile a logical-and expression such as `a && b` to implement short-circuit evaluation?

RubyVM::InstructionSequence.compile("a && b").disasm