pkgsrc-WIP-changes archive

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

Update MoarVM to 2016.03.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Apr 8 22:09:40 2016 +0200
Changeset:	cdbe2af42a335224d0b28caa8ed60a0ab9ca2146

Modified Files:
	MoarVM/Makefile
	MoarVM/distinfo

Log Message:
Update MoarVM to 2016.03.

Improved memory efficiency, through slimming down various data structures and
added laziness. NativeCall improvements, including better function pointer
support. Various optimization and JIT enhancements, as well as improved
optimization debugging output. Allocation profiling made more accurate.
And the usual range of other assorted fixes and improvements.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cdbe2af42a335224d0b28caa8ed60a0ab9ca2146

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 MoarVM/Makefile | 2 +-
 MoarVM/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/MoarVM/Makefile b/MoarVM/Makefile
index 3e5d2bb..52f876d 100644
--- a/MoarVM/Makefile
+++ b/MoarVM/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	MoarVM-2016.02
+DISTNAME=	MoarVM-2016.03
 CATEGORIES=	wip perl6
 MASTER_SITES=	http://www.moarvm.org/releases/
 
diff --git a/MoarVM/distinfo b/MoarVM/distinfo
index 2252072..5321985 100644
--- a/MoarVM/distinfo
+++ b/MoarVM/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (MoarVM-2016.02.tar.gz) = 8f553cafaf720d8c12dc58c592c88d24e999199f
-RMD160 (MoarVM-2016.02.tar.gz) = fc9c815cd5dd638fdb031c83681f4b4629ab90d0
-SHA512 (MoarVM-2016.02.tar.gz) = fdeb107e071bcd7a893f15f105e722543010a87710cbd2ac4ce322000c96c9dae5c5e661dd8d60e712c4fe22d860650a003485d75f95a5b19fcde266f8fe483d
-Size (MoarVM-2016.02.tar.gz) = 3313448 bytes
+SHA1 (MoarVM-2016.03.tar.gz) = e0b92cad450b35b1db1c63e676bf94dfa5c742d1
+RMD160 (MoarVM-2016.03.tar.gz) = 0c627a21dc7dbaca2f0846520cb9719240623969
+SHA512 (MoarVM-2016.03.tar.gz) = 358c48f6b1803e39841e9f287f2fe3cdde743962d9d9c34e629c18b1b7290fd8a713917f24233dd092ed68adf9a6d0aadb25bda22b3e353d40bd57ae58d70216
+Size (MoarVM-2016.03.tar.gz) = 3318299 bytes
 SHA1 (patch-build_probe.pm) = 8ea9313c1d2329239f123fb4f6c28e1f7de566c2
 SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf


Home | Main Index | Thread Index | Old Index