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 pass7 months ago
by SuperFola feat(ci): increase AFL MAP SIZE7 months ago
by SuperFola chore(tests, docs): adding tests for fused math ops and documentation the new super instructions7 months ago
by SuperFola chore(tests): adding a small test calling 'disassemble' builtin, so that the bytecode reader is somewhat covered by tests7 months ago
by SuperFola chore(tests): adding failure tests for DIV in fused math ops7 months ago
by SuperFola chore: addressing cppcheck recommandations7 months ago
by SuperFola