PreviousUpNext

15.4.274  src/lib/compiler/back/low/library/freq.pkg

#
# Execution frequency
#
# -- Allen Leung 

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


package freq: (weak)  Freq {            # Freq  is from   src/lib/compiler/back/low/library/freq.api

    Freq = Int;

    include package   int;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext