Files
mercury/compiler/notes
Zoltan Somogyi 8ecd9b1f5f Carve closure_gen.m out of unify_gen.m.
compiler/closure_gen.m:
    New module containing the part of unify_gen.m concerned with creating
    closures.

compiler/code_info.m:
    Move a utility predicate here from unify_gen.m, since it is needed
    by both the code moved to closure_gen.m and the code that stays
    in unify_gen.m.

compiler/unify_gen.m:
    Remove the code moved to other modules.

compiler/ll_backend.m:
compiler/notes/compiler_design.html:
    Add the new module.
2018-03-07 23:49:58 +11:00
..