ctu_ircompiler.st
changeset 44 840c68a91cdd
parent 42 acdc3ec6d152
child 45 04a50b0d540a
equal deleted inserted replaced
43:c8afb8e4c3cc 44:840c68a91cdd
    31      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    31      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    32      This method is generated automatically,
    32      This method is generated automatically,
    33      by searching along the inheritance chain of all of my classes."
    33      by searching along the inheritance chain of all of my classes."
    34 
    34 
    35     ^ #(
    35     ^ #(
    36         #'stx:goodies/sunit'    "TestAsserter - superclass of IRBuilderTest"
       
    37         #'stx:libbasic'    "Behavior - extended"
    36         #'stx:libbasic'    "Behavior - extended"
    38         #'stx:libcomp'    "ByteCodeCompiler - extended"
    37         #'stx:libcomp'    "ByteCodeCompiler - extended"
    39     )
    38     )
    40 !
    39 !
    41 
    40 
    73      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    72      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    74 
    73 
    75     ^ #(
    74     ^ #(
    76         "<className> or (<className> attributes...) in load order"
    75         "<className> or (<className> attributes...) in load order"
    77         IRBuilder
    76         IRBuilder
    78         (IRBuilderTest autoload)
       
    79         IRBytecodeGenerator
    77         IRBytecodeGenerator
    80         IRFunction
    78         IRFunction
    81         IRInstruction
    79         IRInstruction
    82         IRInterpreter
    80         IRInterpreter
    83         IRSequence
    81         IRSequence
    84         IRStackCount
    82         IRStackCount
    85         (IRTransformTest autoload)
       
    86         #'ctu_ircompiler'
    83         #'ctu_ircompiler'
    87         IRAccess
    84         IRAccess
    88         IRClosure
    85         IRClosure
    89         IRConstant
    86         IRConstant
    90         IRDecompiler
    87         IRDecompiler