-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bust6k edited this page Jan 1, 2026
·
1 revision
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