PreviousUpNext

15.4.241  src/lib/compiler/back/low/emit/asm-flags.pkg


# Compiled by:
#     src/lib/compiler/back/low/lib/lowhalf.lib



###           "I try to keep an open mind, but
###            not so open that my brains fall out."
###
###                       -- Harold T. Stone



package asm_flags {
    #
    show_registerset = lowhalf_control::make_bool ("show_registerset", "whether to show registersets in asm");
    show_region      = lowhalf_control::make_bool ("show_region",      "whether to show regions in asm");
    show_cuts_to     = lowhalf_control::make_bool ("show_cuts_to",     "whether to show cuts_to in asm");
    indent_copies    = lowhalf_control::make_bool ("indent_copies",    "whether to indent copies in asm");
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext