Update moarvm for rakudo #1

Merged
smithfarm merged 2 commits from mlin7442/moarvm:leap-16.0 into leap-16.0 2025-08-19 15:35:16 +02:00

2 Commits

Author SHA256 Message Date
b01d1ea0ce Accepting request 1285908 from devel:languages:raku
OBS-URL: https://build.opensuse.org/request/show/1285908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moarvm?expand=0&rev=44
2025-06-16 09:12:23 +00:00
eb240ba12a - update to version 2025.05
+ Use rapidhash instead of siphash for string hashes
+ Optimizations in string decoding and comparison:
+ Micro-optimizations for attribute access and extops
+ Avoid unnecessary memcpy or qsort when NULL
+ Switch to direct malloc instead of stack+malloc+memcpy
+ Prevent crashes, guard jumps, avoid deep recursion in Spesh and GC
+ More detailed logging, new syscalls, user-accessible telemetry
+ Add is-debugserver-running syscall
+ Fix for Lua CVE-2014-5461

OBS-URL: https://build.opensuse.org/package/show/devel:languages:raku/moarvm?expand=0&rev=10
2025-06-15 15:38:00 +00:00