[project @ 2000-02-01 14:02:02 by sewardj]
-- Cosmetic changes in register allocator. -- Implement macro HP_GEN_SEQ_NP. -- MachCode(trivialCode, x86): because one of the operands is also the destination (on this 2-address arch), it's invalid to sequence the code to compute the operands using asmParThen [code1, code2]. since the order of assignments matters. Fixed.
Showing
- ghc/compiler/nativeGen/AsmRegAlloc.lhs 14 additions, 10 deletionsghc/compiler/nativeGen/AsmRegAlloc.lhs
- ghc/compiler/nativeGen/MachCode.lhs 18 additions, 19 deletionsghc/compiler/nativeGen/MachCode.lhs
- ghc/compiler/nativeGen/PprMach.lhs 7 additions, 36 deletionsghc/compiler/nativeGen/PprMach.lhs
- ghc/compiler/nativeGen/StixMacro.lhs 15 additions, 4 deletionsghc/compiler/nativeGen/StixMacro.lhs
Loading
Please register or sign in to comment