Represent offsets into heap objects with byte, not word, offsets
I'd like to be able to pack together non-pointer fields that are less than a word in size, and this is a necessary prerequisite.
Showing
- compiler/cmm/CmmUtils.hs 5 additions, 4 deletionscompiler/cmm/CmmUtils.hs
- compiler/cmm/SMRep.lhs 13 additions, 3 deletionscompiler/cmm/SMRep.lhs
- compiler/codeGen/StgCmmBind.hs 7 additions, 6 deletionscompiler/codeGen/StgCmmBind.hs
- compiler/codeGen/StgCmmCon.hs 1 addition, 0 deletionscompiler/codeGen/StgCmmCon.hs
- compiler/codeGen/StgCmmHeap.hs 4 additions, 5 deletionscompiler/codeGen/StgCmmHeap.hs
- compiler/codeGen/StgCmmLayout.hs 25 additions, 16 deletionscompiler/codeGen/StgCmmLayout.hs
- compiler/codeGen/StgCmmUtils.hs 3 additions, 2 deletionscompiler/codeGen/StgCmmUtils.hs
Loading
Please register or sign in to comment