pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/MoarVM (devel/MoarVM) Updated 2021.07 to 2021.08



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47cea42df75d
branches:  trunk
changeset: 457878:47cea42df75d
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 04 11:02:36 2021 +0000

description:
(devel/MoarVM) Updated 2021.07 to 2021.08

New in 2021.08

Core:
+ [2f5c21fb] Fix another bug in `MVM_str_hash_fsck`
+ [7355f744] Free filename if exception when loading bytecode
+ [8cc7fbdf,7907b85b,0c032a00,a81f129a,7f8bc1e7] Switch `MVM_coerce_n_s`
  to Ryū from Grisu3 with a `sprintf` fallback

JIT:
+ [2932ef5b] Add JIT templates for `(bind|get)attr(s)?_*`

Spesh:
+ [d4a8093e] Fix deadlock by untimely GC in multi-threaded programs
+ [a932b173] Fix spesh optimizing away still needed label register

diffstat:

 devel/MoarVM/Makefile |   4 ++--
 devel/MoarVM/PLIST    |   3 +--
 devel/MoarVM/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 2390664ad68a -r 47cea42df75d devel/MoarVM/Makefile
--- a/devel/MoarVM/Makefile     Sat Sep 04 11:02:26 2021 +0000
+++ b/devel/MoarVM/Makefile     Sat Sep 04 11:02:36 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/08/16 10:59:48 mef Exp $
+# $NetBSD: Makefile,v 1.31 2021/09/04 11:02:36 mef Exp $
 
-DISTNAME=      MoarVM-2021.07
+DISTNAME=      MoarVM-2021.08
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 
diff -r 2390664ad68a -r 47cea42df75d devel/MoarVM/PLIST
--- a/devel/MoarVM/PLIST        Sat Sep 04 11:02:26 2021 +0000
+++ b/devel/MoarVM/PLIST        Sat Sep 04 11:02:36 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/05/29 06:35:23 mef Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/09/04 11:02:36 mef Exp $
 bin/moar
 include/moar/6model/6model.h
 include/moar/6model/bootstrap.h
@@ -136,7 +136,6 @@
 include/moar/jit/register.h
 include/moar/jit/tile.h
 include/moar/math/bigintops.h
-include/moar/math/grisu.h
 include/moar/math/num.h
 include/moar/memdebug.h
 include/moar/moar.h
diff -r 2390664ad68a -r 47cea42df75d devel/MoarVM/distinfo
--- a/devel/MoarVM/distinfo     Sat Sep 04 11:02:26 2021 +0000
+++ b/devel/MoarVM/distinfo     Sat Sep 04 11:02:36 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2021/08/16 10:59:48 mef Exp $
+$NetBSD: distinfo,v 1.20 2021/09/04 11:02:36 mef Exp $
 
-SHA1 (MoarVM-2021.07.tar.gz) = 9fbfe70079fa8ced7a56731c754880b3ae69ce75
-RMD160 (MoarVM-2021.07.tar.gz) = fab74335e4c4ab7c35d687030ed167a3f3817834
-SHA512 (MoarVM-2021.07.tar.gz) = 7dffb8da9dd2720b9ff52f9a345e96a5dced5a2f1003270ef00a2b9244b4da4242e2d9890146d6648f9cfe7673c7c1433899bf3b2d7971e45496308d215d92f7
-Size (MoarVM-2021.07.tar.gz) = 5451296 bytes
+SHA1 (MoarVM-2021.08.tar.gz) = 75b7218914f3a302b4a6964a5ebeaff5ecb20f30
+RMD160 (MoarVM-2021.08.tar.gz) = 73ba479b173da4fa2fb73fbc286870fc1e51c210
+SHA512 (MoarVM-2021.08.tar.gz) = 6199871f51a4998e1b5260ba833e3bf09c6115e12334a94de5aa4135b93f8dc754967712ce8e092a36b4940368433be840cbf1a8ce7aec52219f768acd90078d
+Size (MoarVM-2021.08.tar.gz) = 13643526 bytes
 SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf


Home | Main Index | Thread Index | Old Index