Optimization order
Last updated
Record bytecode size, variable use, stack warning/result, VM load, and the behavior test matrix.
Strings, images, and tables consume bytes even if no live code references them.
Apply compiler suggestions when signedness/range remain correct.
Stop full scans and feedback rendering every cycle.
Use a function when repeated body size is larger than call overhead and the boundary improves clarity.
temp1 = a * b;
temp2 = c * d;
result = temp1 + temp2;After every meaningful reduction, retest input layers, output order, persistence, menus/gates, and boundary values.
Last updated

