Previous: Виртуальная Машина - Custom Dispatch Logic Up: Содержание Next: Парсер

Комилятор в Байткод

This topic has missing or partial documentation. Please help us improve it.

See How-To - Write Documentation

The Rubinius bytecode compiler converts Ruby source code to bytecode that the virtual machine can execute.

  1. Парсер
  2. AST
  3. Компилятор
  4. Transformations
  5. Генератор
Previous: Виртуальная Машина - Custom Dispatch Logic Up: Содержание Next: Парсер