Files
archived-ballistic/src
Ronald Caesar 7f792157f5 engine: add constants array
This was tricky one to add to bal_engine_t because the struct was
already pretty packed. The struct only had 12 bytes to spare but to add
the constants array and its size required 16 bytes. I determined that
ssa_bit_widths_size was not required since ssa_bit_widths[] and
instructions[] will be parallel to each other, so one variable can keep
track of both arrays.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2026-01-15 16:25:42 -04:00
..
2026-01-15 16:25:42 -04:00
2025-12-12 18:11:43 -04:00