Update moarvm for rakudo #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:499f2aa1d8b85db5b4335a1b5ae72b0bf8d80534c9a3b663f2c3a04a75c975ee
|
||||
size 14953770
|
||||
3
MoarVM-2025.05.tar.gz
Normal file
3
MoarVM-2025.05.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61fc9ecc8b479ccc8d389fc73cce927c9f5b1070a9c62c60a0817f89dc832d91
|
||||
size 15114902
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 15 16:19:31 CEST 2025 - nine@detonation.org
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 04:53:11 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package moarvm
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%global mvrel 2024.04
|
||||
%global mvrel 2025.05
|
||||
Name: moarvm
|
||||
Version: %{mvrel}
|
||||
Release: 0
|
||||
|
||||
Reference in New Issue
Block a user