Skip to content
Bust6k edited this page Jan 1, 2026 · 1 revision

Introduction

aftonjit - is a jit compiler for my byte-code called afton. The main purpose of that jit is write my own byte-code. When i was projecting The byte-code design,i've inspired by Java byte-code.

Since most users are interesting to byte-code,most part of this docs will explain byte-code syntax,idioms,etc. But for contributors will be info about internally work of jit,too. Docs for contributors will be marked as [INTERNAL] in doc title. For example a next title for contributors:

  • [INTERNAL] How aftonjit makes from high-level funtion to low-level represantation that works

Quick start

Clone this wiki locally