]> git.llucax.com Git - software/dgc/cdgc.git/history - rt/gc/cdgc/gc.d
Revert "Skip non-scanneable words in chunks"
[software/dgc/cdgc.git] / rt / gc / cdgc / gc.d
2010-08-06 Leandro LucarellaRevert "Skip non-scanneable words in chunks"
2010-08-06 Leandro LucarellaAdd a one element cache to Pool.findSize()
2010-08-06 Leandro LucarellaDo a binary search in findPool()
2010-08-06 Leandro LucarellaSkip non-scanneable words in chunks
2010-08-02 Leandro LucarellaReturn the real size that can be used in getInfo()
2010-08-01 Leandro LucarellaRemove duplicated code in getInfo()
2010-08-01 Leandro LucarellaMinimize the use of findPool()
2010-07-31 Leandro LucarellaGroup extern (C) declarations
2010-07-31 Leandro LucarellaMove the locking to the C interface
2010-07-31 Leandro LucarellaConvert methods to free functions
2010-07-30 Leandro LucarellaMerge iface.d in gc.d
2010-07-29 Leandro LucarellaRename the global lock and remove staticness
2010-07-29 Leandro LucarellaUnify GC class and Gcx struct
2010-07-28 Leandro LucarellaRemove obsolete unused variables
2010-07-28 Leandro LucarellaMake heap precise scanning optional
2010-07-28 Leandro Lucarellastats: Log the pointer to the allocated memory
2010-07-28 Leandro LucarellaMake heap scanning precise
2010-07-21 Leandro LucarellaImprove variable names for block attributes
2010-07-21 Leandro LucarellaAdd statistics collection
2010-07-20 Leandro LucarellaMake the GC configurable at runtime via env vars
2010-07-03 Leandro LucarellaCall memset() only for large enough chunks of data
2010-06-30 Leandro LucarellaUse a DynArray to store the memory pools
2010-06-30 Leandro LucarellaUse a custom dynamic array to store roots and ranges
2010-06-29 Leandro LucarellaRemove Gcx destructor
2010-06-22 Leandro LucarellaComment why we avoid calling free with null
2010-06-22 Leandro LucarellaRemove debug LOGGING code
2010-06-09 Leandro LucarellaAdd VIM modeline to avoid style errors
2010-06-09 Leandro LucarellaUse tango bindings to C standard library functions
2010-06-09 Leandro LucarellaRemove PRINTF debug statements
2010-06-09 Leandro LucarellaFix minor coding style issues
2010-06-09 Leandro LucarellaUse more explicit imports
2010-06-09 Leandro LucarellaMove the modules to package rt.gc.cdgc