-
- Downloads
Support non-moving segements and other large block groups
Block groups on the haskell heap normally only consist of one block, but can be longer, eg, for large/pinned objects, compact regions, or for segments on the nonmoving heap. We have to take care in our implementation of the block cache and take this into account when looking up closures. See: Note [Block groups and the block cache]. Resolves #7
Showing
- client/src/GHC/Debug/Client/BlockCache.hs 30 additions, 14 deletionsclient/src/GHC/Debug/Client/BlockCache.hs
- common/src/GHC/Debug/Types/Ptr.hs 8 additions, 0 deletionscommon/src/GHC/Debug/Types/Ptr.hs
- stub/cbits/stub.cpp 19 additions, 3 deletionsstub/cbits/stub.cpp
- test/test/Server.hs 25 additions, 8 deletionstest/test/Server.hs
- test/test/SystemTest.hs 14 additions, 14 deletionstest/test/SystemTest.hs
- test/test/TestSetup.hs 2 additions, 1 deletiontest/test/TestSetup.hs
Loading
Please register or sign in to comment