Feedback
Use typed Double bytecode operations to improve numeric performance
- Status
- Accepted
- Fixed in
- -
- Source discussion
- -
- Last updated
- 2026-08-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Improve arithmetic-heavy Objo programs by allowing the compiler and virtual machine to use specialised bytecode for operations whose operands are proven to be built-in Double values. The optimisation must preserve existing language behaviour and keep generic execution for mixed, uncertain, converted, or user-defined operations.