ArkScript-lang
Ark
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: release 4.1.0
dev
8 hours ago
chore: release 4.1.0
dev
8 hours ago
fix(ir optimizer): do not try to optimize calls to builtins outside functions, otherwise this messes up the stack Somehow the optimizer figured that (let sample ...) (print sample) Could be optimized with a single CALL_BUILTIN_WITHOUT_RETURN_ADDRESS, because it was a sequence of load, store, push return address, load symbol by index, builtin, call, but it didn't see that it wasn't in a function definition, which is the only place where the whole body of a function can be replaced by a single instruction.
dev
8 hours ago
fix(ir optimizer): do not try to optimize calls to builtins outside functions, otherwise this messes up the stack Somehow the optimizer figured that (let sample ...) (print sample) Could be optimized with a single CALL_BUILTIN_WITHOUT_RETURN_ADDRESS, because it was a sequence of load, store, push return address, load symbol by index, builtin, call, but it didn't see that it wasn't in a function definition, which is the only place where the whole body of a function can be replaced by a single instruction.
dev
8 hours ago
fix(tests): windows insists on using backslash, so we'll remove them in the tests
dev
1 day ago
please fix it
windows-sucks
1 day ago
please fix it
windows-sucks
1 day ago
what am i even doing
windows-sucks
1 day ago
Active Branches
Fix potential out of bounds scope allocation
last run
5 months ago
#559
CodSpeed Performance Gauge
-4%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs