ArkScript-lang
Ark
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(compiler, vm): adding new LT_CONST_JUMP_IF_TRUE super instruction, counterpart of LT_CONST_JUMP_IF_FALSE
dev
16 hours ago
feat(compiler, vm): adding new AT_SYM_SYM and AT_SYM_INDEX_SYM_INDEX super instructions to get elements from list in a single instruction
dev
17 hours ago
feat(compiler, vm): adding new AT_SYM_SYM and AT_SYM_INDEX_SYM_INDEX super instructions to get elements from list in a single instruction
feat/various-improvements
17 hours ago
chore: playing with formatting so that clang format doesn't complain on the CI
feat/various-improvements
21 hours ago
chore: playing with formatting so that clang format doesn't complain on the CI
feat/various-improvements
22 hours ago
feat(compiler, vm): adding new NEQ_CONST_JUMP_IF_TRUE super instruction to compare a symbol to a const, then jump to an address if they differ
feat/various-improvements
22 hours ago
feat(benchmarks): enhancing creation of runtime benchmarks while adding two new bench for closures and lists representing trees
feat/various-improvements
22 hours ago
fix(vm): when using @ on a list of 1 element, we couldn't use -1 as an index to get the last element It would convert -1 to an unsigned value, get 1, and see that 1 is outside our array, instead of checking if the index was negative and then using size + index as the wanted index
feat/various-improvements
3 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs