Documentation
¶
Overview ¶
Command aotgen emits AOT-compiled Ruby methods as real *VM methods into internal/vm/aot_e2e_gen_test.go, each paired with the reference MRI's output for the same program, captured at generation time. The committed driver (aot_e2e_test.go) runs each compiled method and diffs its result against that baked oracle — proving the generated Go behaves identically to the reference interpreter, with no ruby dependency (and no ruby-version skew) at test time.
Regenerate with: go generate ./internal/vm/... (needs MRI ruby on the host).
Click to show internal directories.
Click to hide internal directories.