[m-dev.] for review: mention .NET back-end in NEWS file
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Feb 18 07:14:49 AEDT 2001
For both the main and release branches.
----------
Estimated hours taken: 0.5
NEWS:
Mention the .NET back-end.
Workspace: /home/venus/fjh/ws-venus2/mercury
Index: NEWS
===================================================================
RCS file: /home/mercury1/repository/mercury/NEWS,v
retrieving revision 1.198
diff -u -d -r1.198 NEWS
--- NEWS 2001/02/09 14:03:58 1.198
+++ NEWS 2001/02/17 20:13:31
@@ -260,6 +260,24 @@
extras/dynamic/dl.m in the mercury-extras distribution)
for procedures with arguments of type `float' or `char'
+* There's a new back-end that targets .NET.
+
+ Thanks to Microsoft's generous and ongoing support, both financial
+ and otherwise, we've been able to port Mercury to Microsoft's new
+ .NET system. There's another new back-end for the Mercury compiler,
+ based on the `--high-level-code' back-end, that compiles to IL, the
+ Microsoft .NET Intermediate Language.
+
+ This back-end is enabled using the new `--target il' option
+ (or just `--il' for short), or the `ilc' grade.
+
+ Compiler support for this new back-end is mostly complete,
+ but large parts of the standard library are still not yet
+ implemented for this new port.
+
+ This is still work in progress. For more details, see
+ <http://www.cs.mu.oz.au/research/mercury/dotnet.html>.
+
* The names of some of the `--enable-*' options to `configure' have changed.
See the output of `configure --help' for details.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list