core-lang / core

The Core Programming Language
https://core-lang.dev
MIT License
45 stars 1 forks source link

investigate bytecode format with immediates #86

Open soc opened 1 year ago

soc commented 1 year ago

This might allow representing operations with constants/literals directly instead of a load-from-constant-pool + operation.