YARV virtual machine
E440610
The YARV virtual machine is the bytecode-based execution engine that powers modern Ruby (MRI), improving its performance and concurrency handling.
All labels observed (1)
| Label | Occurrences |
|---|---|
| YARV virtual machine canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T4442315 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: YARV virtual machine Context triple: [MRI, hasComponent, YARV virtual machine]
-
A.
TruffleRuby
TruffleRuby is a high-performance implementation of the Ruby programming language built on the GraalVM platform, aiming to provide faster execution and improved tooling compatibility.
-
B.
JRuby
JRuby is a high-performance implementation of the Ruby programming language that runs on the Java Virtual Machine and integrates with Java libraries.
-
C.
Rubinius
Rubinius is an alternative Ruby implementation featuring a virtual machine and just-in-time compilation, designed for high performance and concurrency.
-
D.
IronRuby
IronRuby is an implementation of the Ruby programming language built to run on Microsoft's .NET Common Language Runtime (CLR), enabling Ruby code to interoperate with .NET libraries and applications.
-
E.
Ruby
Ruby is the titular woman in the country song "Ruby, Don’t Take Your Love to Town," known for contemplating leaving her disabled veteran husband for another man.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: YARV virtual machine Target entity description: The YARV virtual machine is the bytecode-based execution engine that powers modern Ruby (MRI), improving its performance and concurrency handling.
-
A.
TruffleRuby
TruffleRuby is a high-performance implementation of the Ruby programming language built on the GraalVM platform, aiming to provide faster execution and improved tooling compatibility.
-
B.
JRuby
JRuby is a high-performance implementation of the Ruby programming language that runs on the Java Virtual Machine and integrates with Java libraries.
-
C.
Rubinius
Rubinius is an alternative Ruby implementation featuring a virtual machine and just-in-time compilation, designed for high performance and concurrency.
-
D.
IronRuby
IronRuby is an implementation of the Ruby programming language built to run on Microsoft's .NET Common Language Runtime (CLR), enabling Ruby code to interoperate with .NET libraries and applications.
-
E.
Ruby
Ruby is the titular woman in the country song "Ruby, Don’t Take Your Love to Town," known for contemplating leaving her disabled veteran husband for another man.
- F. None of above. chosen
Statements (47)
| Predicate | Object |
|---|---|
| instanceOf |
Ruby implementation component
ⓘ
virtual machine ⓘ |
| acronym | YARV NERFINISHED ⓘ |
| category |
Ruby implementation technology
ⓘ
language virtual machine ⓘ |
| concurrencyModel | global interpreter lock based ⓘ |
| contributor | Ruby core team NERFINISHED ⓘ |
| designedFor | interpreting Ruby bytecode ⓘ |
| developer | Koichi Sasada NERFINISHED ⓘ |
| documentation |
Ruby core documentation
ⓘ
Ruby source code comments ⓘ |
| executionModel | bytecode-based ⓘ |
| feature |
block and closure support
ⓘ
fiber support ⓘ green threads scheduling ⓘ inline caching mechanisms ⓘ instruction sequence (iseq) representation ⓘ mark-and-sweep garbage collection integration ⓘ method JIT integration in later Ruby versions ⓘ optimized method dispatch ⓘ stack-based bytecode interpreter ⓘ |
| fullName | Yet Another Ruby VM NERFINISHED ⓘ |
| implements |
Ruby block semantics
ⓘ
Ruby exception handling ⓘ Ruby fiber semantics ⓘ Ruby method call semantics ⓘ Ruby thread scheduling on top of OS threads ⓘ |
| influencedBy | other stack-based virtual machines ⓘ |
| introducedInVersion | Ruby 1.9 NERFINISHED ⓘ |
| languageRuntime | Ruby interpreter core ⓘ |
| license | Ruby License NERFINISHED ⓘ |
| notableFor | significant speedup over pre-1.9 Ruby interpreter ⓘ |
| optimization |
peephole optimizations on bytecode
ⓘ
specialized bytecode instructions ⓘ |
| partOf | CRuby source tree ⓘ |
| primaryGoal |
improve Ruby concurrency handling
ⓘ
improve Ruby performance ⓘ |
| programmingLanguage | Ruby NERFINISHED ⓘ |
| relatedTo | Ruby Global VM Lock NERFINISHED ⓘ |
| replaced | AST-walking interpreter in MRI Ruby ⓘ |
| sourceRepository | Ruby official Git repository ⓘ |
| status | default execution engine for modern MRI Ruby ⓘ |
| supports |
Ruby 2.x series
ⓘ
Ruby 3.x series ⓘ |
| targetPlatform | CRuby runtime ⓘ |
| usedIn |
CRuby
NERFINISHED
ⓘ
MRI Ruby NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: YARV virtual machine Description of subject: The YARV virtual machine is the bytecode-based execution engine that powers modern Ruby (MRI), improving its performance and concurrency handling.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.