Files
mercury/slice/.gitignore
Zoltan Somogyi 5e9590b3be Carve two modules out of mdbcomp/trace_counts.m.
mdbcomp/read_trace_counts.m:
mdbcomp/write_trace_counts.m:
    Carve these two modules out of trace_counts.m.

    Put the lowest-level building block, the read_trace_counts predicate,
    last in read_trace_counts.m.

    Stop exporting write_proc_label from write_trace_counts.m.

mdbcomp/trace_counts.m:
    Delete the moved code, and export the trace_count_file_id function
    to both new modules.

mdbcomp/mdbcomp.m:
    Include the new modules.

deep_profiler/Mmakefile:
slice/Mmakefile:
    Copy the new modules to these directories.

deep_profiler/.gitignore:
slice/.gitignore:
    Ignore the newly-copied source files.

compiler/tupling.m:
mdbcomp/slice_and_dice.m:
slice/mcov.m:
slice/mtc_diff.m:
slice/mtc_union.m:
    Update the set of imports needed.
2025-07-30 01:43:39 +02:00

51 lines
520 B
Plaintext

mslice
mdice
mtc_union
mtc_diff
mcov
*.c
*.c_date
*.d
*.date
*.date0
*.date3
*.dep
*.dep_err
*.dv
*.err
*.exe
*.ilk
*.int
*.int0
*.int2
*.int3
*.mh
*.mih
*.o
*.obj
*.opt
*.optdate
*.pdb
*.prof
SLICE_FLAGS
Mercury
tags
.slice_tags
.mdbcomp_modules
Mercury.modules
builtin_modules.m
feedback.m
feedback.automatic_parallelism.m
mdbcomp.m
mdbcomp.goal_path.m
prim_data.m
program_representation.m
read_trace_counts.m
rtti_access.m
slice_and_dice.m
sym_name.m
trace_counts.m
write_trace_counts.m
shared_utilities.m
config.log