diff options
author | recht <recht@pkgsrc.org> | 2003-10-02 08:41:42 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-10-02 08:41:42 +0000 |
commit | 2ff289d442194764281e709f4b58dca930355f4b (patch) | |
tree | b72993351fb7f18f7ec054ed64aa1fdfffe41c21 /lang/mono/Makefile | |
parent | 5fa4caa0769b96aa8fc9dba70f391f66b5d52024 (diff) | |
download | pkgsrc-2ff289d442194764281e709f4b58dca930355f4b.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/Makefile | 4 |
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/ |