Zoltan Somogyi 6b124de0a7 Serialize the creation of the dice test's slices.
Without this, mmake -jN may try to create the slices in parallel. Since that
task involves moving trace counts files, whose names are unpredictable (they
include the process id), we do it by moving all files whose names fit the
associated a pattern. If more than one slice is being created at any one time,
this meant that one invocation of the mmake rule doing the moving can "steal"
the trace counts file from another.
2015-09-04 07:42:59 +10:00
2015-02-04 11:18:35 +11:00
2015-09-03 21:15:38 +10:00
2015-08-26 01:32:52 +10:00
2015-03-27 13:40:24 +11:00
2015-02-04 11:18:35 +11:00
2015-08-31 17:16:57 +10:00
2015-03-27 13:40:24 +11:00
2015-01-05 13:27:26 +11:00
2015-01-05 13:27:26 +11:00
2015-01-05 13:27:26 +11:00
2015-01-05 13:27:26 +11:00

Mercury

Mercury is a logic/functional programming language which combines the clarity and the expressiveness of declarative programming with advanced static analysis and error detection features.

More information is available on the website's about pages, in other README files in the source code repository, and in the documentation.

README files

The Mercury compiler has a number of different backends and works on different operating systems. Specific information is contained in individual README files:

Other information

See the current release notes for the latest stable release. The history file is relevant if you want to find out more about the past development of Mercury. News lists any current or future enhancements (but this isn't always up-to-date). The limitations file lists a number of ways in which the Mercury implementation does not yet meet its goals.

Information for developers

If you are considering contributing to the Mercury project the website contains some documents that may be helpful. These include a document about contributions in general and specific information about contributing such as coding styles.

Contact

See our contact page.

Description
No description provided
Readme MIT 145 MiB
Languages
Mercury 85.4%
C 8.7%
Shell 1.4%
Makefile 1%
JavaScript 1%
Other 2%