Fix deadlocks in GC on Windows.
[sbcl.git] / src / runtime / gc-common.c
2013-11-22 Stas BoukarevFix deadlocks in GC on Windows.
2013-08-31 Stas BoukarevMicro-optimize gc scavenge.
2013-08-30 Stas BoukarevRemove a couple of unused variables in the C runtime.
2013-06-02 Stas BoukarevBetter initialization of ir2-component-constants on...
2013-05-21 Paul KhuongBack end work for short vector SIMD packs
2012-11-20 David LichteblauLLP64: change signed long to sword_t
2012-11-20 David LichteblauLLP64: change unsigned long to uword_t
2012-11-20 David LichteblauLLP64: adjust calls to printf-like functions with point...
2012-11-20 David LichteblauLLP64: change long to uword_t (thereby flipping signedness)
2012-11-13 David LichteblauPowerPC safepoints
2012-08-10 David LichteblauRemove executable mode from several source files
2012-08-10 David LichteblauAdd safepoint mechanism
2012-04-13 Nikodemus Siivolacleanup: gencgc copy_unboxed_object and shared gc_gener...
2011-12-15 Alastair BridgewaterFix control stack scavenging for dynamic-extent allocation.
2011-12-15 Alastair BridgewaterMove control-stack scavenging to gc-common.c.
2011-11-27 Alastair BridgewaterDon't scrub the C stack from C.
2011-11-23 Alastair BridgewaterReduce random casting in looks_like_valid_lisp_pointer_p().
2011-11-19 Nikodemus Siivoladefault nursery to 5% of total dynamic space size on...
2011-11-19 Nikodemus Siivolaunsigned long -> os_vm_size_t refactoring
2011-11-10 Alastair BridgewaterMake MAKE-LISP-OBJ pickier on CHENEYGC.
2011-10-20 Alastair Bridgewater63-bit fixnums on 64-bit targets.
2011-10-19 Alastair BridgewaterFixnum and unsigned-fixnum array cleanups.
2011-10-19 Alastair BridgewaterImproved GC lossage
2010-08-07 Alastair Bridgewater1.0.41.21: runtime: Current stack and frame pointers...
2010-08-06 Alastair Bridgewater1.0.41.14: ppc: Treat counter register as an interior...
2010-08-06 Alastair Bridgewater1.0.41.13: gc: Fix interrupt context scavenging of...
2010-08-06 Alastair Bridgewater1.0.41.12: gc: Unify gencgc and cheneygc interrupt...
2009-06-22 Gabor Melis1.0.29.32: SCRUB-CONTROL-STACK related changes
2009-06-21 Nikodemus Siivola1.0.29.24: preserve docstrings for local and anonymous...
2009-03-22 Gabor Melis1.0.26.15: interrupt.c refactoring
2009-03-01 Gabor Melis1.0.25.57: fix compilation on win32
2009-02-16 Gabor Melis1.0.25.38: fix maybe_gc
2009-02-16 Gabor Melis1.0.25.34: gc trigger improvements
2009-01-02 Gabor Melis1.0.24.8: fix scav_lose
2008-12-01 Nikodemus Siivola1.0.23.10: allocate code objects using allocation CODE_...
2008-12-01 Nikodemus Siivola1.0.23.7: introduce page type flags
2008-09-22 Gabor Melis1.0.20.18: minor gencgc cleanups
2008-08-15 Nikodemus Siivolanew function: is_lisp_immediate()
2008-05-15 Nikodemus Siivola1.0.16.31: --control-stack-size runtime argument
2008-03-17 Nikodemus Siivola1.0.15.35: fix bitrotted GC sanity checks
2008-02-19 Nikodemus Siivola1.0.14.38: build runtime with -Wsign-compare, and clean...
2007-12-09 Nikodemus Siivola1.0.12.19: runtime cleanups by Daniel Lowe
2007-10-04 Thiemo Seufer1.0.10.17: Reformat string, and fix compiler warning.
2007-09-30 Juho Snellman1.0.10.14: remove locking and gc inhibition from hash...
2007-09-09 Nikodemus Siivola1.0.9.50: O(1) weak pointer scavenging
2007-06-08 Nikodemus Siivola1.0.6.33: small CLOS cache improvements
2007-05-15 Nikodemus Siivola1.0.5.49: interrupt & GC & PA handling
2007-04-30 Nikodemus Siivola1.0.5.11: fix non-threaded build
2007-04-29 Nikodemus Siivola1.0.5.4: signal handler consing causing GCs
2007-04-02 Nikodemus Siivola1.0.4.16: some GC and interrupt refactoring
2006-12-05 Juho Snellman1.0.0.18:
2006-11-04 Thiemo Seufer0.9.18.33:
2006-10-06 Christophe Rhodes0.9.17.8:
2006-09-15 Gabor Melis0.9.16.32: weak hash tables
2006-03-01 Christophe Rhodes0.9.10.9:
2006-02-28 Christophe Rhodes0.9.10.8:
2006-02-21 Christophe Rhodes0.9.9.36:
2005-12-10 Thiemo Seufer0.9.7.24:
2005-12-05 Christophe Rhodes0.9.7.16:
2005-12-04 Thiemo Seufer0.9.7.13:
2005-12-04 Thiemo Seufer0.9.7.12:
2005-10-27 Thiemo Seufer0.9.6.1:
2005-09-09 Thiemo Seufer0.9.4.53:
2005-08-26 Gabor Melis0.9.4.5:
2005-08-02 Gabor Melis0.9.3.17
2005-07-14 William Harold Newman0.9.2.42:
2005-06-12 Christophe Rhodes0.9.1.38:
2005-04-30 Christophe Rhodes0.9.0.9:
2005-04-30 Christophe Rhodes0.9.0.8:
2005-03-14 Juho Snellman0.8.20.21:
2005-01-06 Christophe Rhodes0.8.18.14:
2004-11-01 Christophe Rhodes0.8.16.23:
2004-10-27 Christophe Rhodes0.8.16.9:
2004-09-14 Christophe Rhodes0.8.14.23:
2004-09-08 Nathan Froyd0.8.14.2:
2004-08-14 Nikodemus Siivola0.8.13.61: Sparc fixage
2004-08-10 Nathan Froyd0.8.13.47:
2004-06-28 Christophe Rhodes0.8.12.6:
2004-03-30 Christophe Rhodes0.8.9.9:
2004-01-09 Christophe Rhodes0.8.7.11:
2004-01-01 Daniel Barlow0.8.7.3
2003-10-10 Alexey Dejneka0.8.4.17:
2003-08-05 Christophe Rhodes0.8.2.15:
2003-06-18 Christophe Rhodes0.8.0.78.vector-nil-string.1:
2003-05-29 Christophe Rhodes0.8.0.16:
2003-05-05 Daniel Barlow0.8alpha.0.14
2003-03-10 Christophe Rhodes0.7.13.21:
2003-02-27 Daniel Barlow0.7.13.6
2003-02-27 Daniel Barlow0.7.13.5
2002-08-06 Daniel Barlow0.7.6.12: