Commits
Click on a commit to change the comparison rangefeat(iroptimizer, vm): adding FUSED_MATH super instruction, able to fuse 3 math instructions (add, sub, mul, div) in a single pass feat(ci): increase AFL MAP SIZE chore(tests, docs): adding tests for fused math ops and documentation the new super instructions chore(tests): adding a small test calling 'disassemble' builtin, so that the bytecode reader is somewhat covered by tests chore(tests): adding failure tests for DIV in fused math ops chore: addressing cppcheck recommandations