• Fred Drake's avatar
    TALGenerator.optimize(): · 45a73765
    Fred Drake authored
        Re-write generated instructions:  (op, arg1, arg2, ...) becomes
        (op, (arg1, arg2, ...)) to reflect the change in the dispatch
        mechanism in TALInterpreter -- this avoids a tuple concatenation
        at dispatch time.
    45a73765
TALGenerator.py 18.4 KB