summaryrefslogtreecommitdiff
path: root/includes/rts/storage/Block.h
Commit message (Expand)AuthorAgeFilesLines
* rts: remove unused round_up_to_mblocks functionÖmer Sinan Ağacan2018-05-101-9/+0
* Remove unused bdescr flag BF_FREEÖmer Sinan Ağacan2018-04-051-2/+0
* Prefer #if defined to #ifdefBen Gamari2017-04-281-6/+6
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-3/+1
* Compact RegionsGiovanni Campagna2016-07-201-0/+4
* NUMA supportSimon Marlow2016-06-101-2/+18
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-2/+2
* Allocate blocks in the GC in batchesSimon Marlow2016-04-121-1/+2
* [ci skip] includes: detabify/dewhitespace rts/storage/Block.hAustin Seipp2014-08-201-4/+4
* Fix incorrect blocksize calculation on Win64Kyrill Briantsev2014-03-131-2/+12
* Make `#include "Rts.h"` C++-compatible again (re #8676)Herbert Valerio Riedel2014-01-191-6/+6
* Make integer overflow less likely to happen (#7762)Simon Marlow2013-10-251-0/+24
* Don't include a (void *) cast in BLOCK_ROUND_UPIan Lynagh2012-11-131-1/+1
* Lots of nat -> StgWord changesSimon Marlow2012-09-071-2/+2
* A small GC optimisationSimon Marlow2011-02-021-12/+31
* warning fix: don't redefine BLOCKS_PER_MBLOCKSimon Marlow2010-12-101-0/+2
* Don't check for swept blocks in -DS.Marco Túlio Gontijo e Silva2010-07-181-0/+2
* Change the representation of the MVar blocked queueSimon Marlow2010-04-011-1/+2
* GC refactoring, remove "steps"Simon Marlow2009-12-031-2/+2
* Store a destination step in the block descriptorSimon Marlow2009-11-291-14/+18
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+271