mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 04:14:06 +00:00
Estimated hours taken: 1.5 Branches: main Implement some library procedures for Java. library/benchmarking.m: Implement the following predicates in Java: report_stats/0 report_full_memory_stats/0 java/runtime/Native.java.in: Record whether or not there has yet been an attempt to load the library. Add the side effect of loading the library to isAvailable(), in case the static code for benchmarking.java is run before the static code for Native.java.