mirror of
https://github.com/janet-lang/janet
synced 2025-05-03 07:54:14 +00:00

Needs changes to IR to allow encoding immediates in all instructions where possible. This makes the IR denser, means we don't need `constant` and `callk`, and allows certain optimizations like comparing to zero, using `inc` and `dec`, etc which are specializations of more general instructions with constants.