mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Make mdprof_create_feedback/feedback.m a package.
mdbcomp/feedback.feedback_info.m:
mdbcomp/feedback.m:
Move all the contents of feedback.m other than include_module items
into the new module feedback_info.m, leaving feedback.m a package.
mdbcomp/feedback.automatic_parallelism.m:
Group the types exported by this module into groups of related types.
Delete a totally unused type.
deep_profiler/Mmakefile:
slice/Mmakefile:
Copy the new module.
compiler/check_options.m:
compiler/globals.m:
compiler/handle_options.m:
compiler/introduce_parallelism.m:
deep_profiler/autopar_reports.m:
deep_profiler/autopar_search_callgraph.m:
deep_profiler/mdprof_create_feedback.m:
deep_profiler/mdprof_report_feedback.m:
Import the new module.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
:- import_module libs.trace_params.
|
||||
:- import_module mdbcomp.
|
||||
:- import_module mdbcomp.feedback.
|
||||
:- import_module mdbcomp.feedback.feedback_info.
|
||||
:- import_module parse_tree.
|
||||
:- import_module parse_tree.error_spec.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user