summaryrefslogtreecommitdiff
path: root/lang/mono/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2003-10-02 08:41:42 +0000
committerrecht <recht>2003-10-02 08:41:42 +0000
commit96855b660259c6f07b277a7be35f6dfc43d1e194 (patch)
treeb72993351fb7f18f7ec054ed64aa1fdfffe41c21 /lang/mono/Makefile
parent5e276ce6b56e5652d5f492a0713051c6d3f1d3a1 (diff)
downloadpkgsrc-96855b660259c6f07b277a7be35f6dfc43d1e194.tar.gz
Update to 0.28
the ususal: new features and fixes notably: New Thread Locking Zoltan removed the big locks we had in the runtime, and now we have a finely grained lock system in the runtime. Runtime hackers can read the included lock matrix document which describes the requirements to use the new fine grained locks in their code. Ahead of Time Compiler Optimizations Zoltan has worked extensively on the Mono ahead-of-time compilation feature (AOT). The AOT code is now considered to be production quality, and also for the first time precompiled code runs faster than JITed code. This resulted in a 13% compilation speed up for the Mono C# compiler, reducing the compile time to 3.185 seconds. A clear goal of the team for the next release is to reach 3.1416 seconds. for a complete list see: http://www.go-mono.com/archive/mono-0.28.html
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r--lang/mono/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index fc19995b50d..fd12d5e703a 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/09/25 16:05:21 recht Exp $
+# $NetBSD: Makefile,v 1.11 2003/10/02 08:41:42 recht Exp $
#
-DISTNAME= mono-0.26
+DISTNAME= mono-0.28
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.org/archive/