Changes between Version 4 and Version 5 of Commentary/Rts/Storage/BlockAlloc
- Timestamp:
- 10/05/09 11:26:34 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/Storage/BlockAlloc
v4 v5 38 38 [[Image(sm-block.png)]] 39 39 40 We currently have megablocks of 1Mb in size (m = 20) with blocks of 4k in size (k = 12), and these sizes are easy to change ([[GhcFile(includes/ Constants.h)]]).40 We currently have megablocks of 1Mb in size (m = 20) with blocks of 4k in size (k = 12), and these sizes are easy to change ([[GhcFile(includes/rts/Constants.h)]]). 41 41 42 42 Block descriptors are currently 32 or 64 bytes depending on the word size (d = 5 or 6). The block descriptor itself is
