Skip to content
This repository was archived by the owner on Jul 8, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 296 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 296 Bytes

Waffle

Fast and easy to use runtime for programming languages.

Features

  • Fast conservative garbage collector (W.I.P)
  • Green threads (TODO)
  • Tiered execution pipeline: Interpreter->Template JIT->Optimizing JIT (W.I.P)
  • Inline caching and a lot of other technologies to speed-up execution