mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
Document that there are problems at higher optimisation levels
Branches: main
README.Java:
Document that there are problems at higher optimisation levels
and that trailing and tabling are not supported.
This commit is contained in:
@@ -54,6 +54,10 @@ Now you can run hello
|
||||
|
||||
./hello
|
||||
|
||||
Problems at higher optimisation levels are still being resolved.
|
||||
For now we recommend sticking with -O2 or below and not enabling
|
||||
intermodule optimisation.
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
USING JAVA
|
||||
@@ -123,6 +127,8 @@ A. The following implementation features are not supported:
|
||||
|
||||
Mercury-level debugging
|
||||
Mercury-level profiling
|
||||
trailing
|
||||
tabling
|
||||
|
||||
In addition, the following individual procedures are incompletely
|
||||
implemented:
|
||||
|
||||
Reference in New Issue
Block a user