Zoltan Somogyi f16e64c087 Fix bootcheck in deep profiling grades.
The fix is in two parts.

compiler/disj_gen.m:
    The first is fixing a bug I introduced recently while fixing
    github issue #90. The fix involved flushing resume vars to the stack
    *before* executing the code of a non-last disjunct, but the state of
    the code generator while generating the code of that disjunct needs
    to reflect this having been done. The earlier change did not do this,
    but this one does.

library/exception.m:
    The second part is some needed declarations of entry labels
    were not visible when compiling exception.c. Give exception.m,
    and hence exception.c, access to the declarations of those labels
    by #including the files containing the declarations, and ...

library/profiling_builtin.m:
    ... include two such declarations in the .mh file of this module
    for use by exception.m.

tests/EXPECT_FAIL_TESTS.asm_fast.gc.profdeep:
    Expect the setenv test case to fail in deep profiling grades, since
    (in the absence of working tail recursion while deep profiling)
    its million-calls-deep recursion to construct a million cons cells
    allocates *much* more memory per recursive call than in other grades,
    and thus running out of memory is the expected result.

Conflicts:
	compiler/disj_gen.m
2020-09-07 01:44:06 +10:00
2020-06-24 21:55:23 +10:00
2020-06-29 00:31:15 +10:00
2019-10-24 11:41:14 +11:00
2019-01-02 12:30:56 +00:00
2020-03-06 09:20:36 +11:00
2020-01-22 13:13:18 +11:00
2020-01-22 13:13:18 +11:00
2019-01-02 12:30:56 +00:00
2020-06-02 16:23:22 +10:00
2020-01-01 16:19:51 +11:00
2020-04-14 21:26:30 +10:00
2020-04-13 05:54:09 +10:00
2020-04-18 14:48:55 +10:00
2020-07-30 00:04:46 +10:00
2019-01-06 11:49:45 +11:00
2020-01-22 13:13:18 +11:00
2020-01-22 13:13:18 +11:00
2020-06-27 23:03:22 +10:00
2019-01-02 12:30:56 +00:00
2020-01-24 17:40:22 +11:00
2020-06-02 16:23:22 +10: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%