Package: moarvm / 2024.09+dfsg-5
Metadata
Package | Version | Patches format |
---|---|---|
moarvm | 2024.09+dfsg-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
maybe fix mips validator.diff | (download) |
src/core/validation.c |
4 2 + 2 - 0 ! |
try to fix validator on mips Bug: https://github.com/rakudo/rakudo/issues/1711 this seems to fix intermittent validator problems on big endian archs. See the linked bug. =================================================================== |
no git version.patch | (download) |
Configure.pl |
5 0 + 5 - 0 ! |
do not extract version from git repo |
code_pair and value_desc get explicit uint store fun.patch | (download) |
src/6model/containers.c |
18 16 + 2 - 0 ! |
code_pair and value_desc get explicit uint store funcs |
Allow passing ffile prefix map without storing it in.patch | (download) |
Configure.pl |
19 18 + 1 - 0 ! |
allow passing -ffile-prefix-map without storing it in gen/config.c |
sprinkle sort keys all over the tile compiler.patch | (download) |
build/Makefile.in |
4 2 + 2 - 0 ! |
add "sort keys" to table generator, turn off perl hash randomization Turn off perl hash randomization for tiler generator and exprjit compiler |
0006 Make accesses to spesh arg guard atomic.patch | (download) |
src/6model/reprs/MVMSpeshCandidate.c |
2 1 + 1 - 0 ! |
make accesses to spesh arg guard atomic Bug-Debian: https://bugs.debian.org/1086555 |