Fixnum and unsigned-fixnum array cleanups.
[sbcl.git] / src / runtime / gencgc.c
2011-10-19 Alastair BridgewaterFixnum and unsigned-fixnum array cleanups.
2011-10-19 Alastair BridgewaterRedefine symbol TLS slot indices.
2011-08-28 Paul KhuongOptional support for zlib-based in-memory deflate/infla...
2011-07-06 Paul KhuongSmall cleanups
2011-07-06 Paul KhuongMore conservative defaults in GENCGC
2011-07-03 Paul KhuongFix the build - gencgc broken since 1.0.49.73 (4 commit...
2011-07-03 Paul KhuongAllocate at least gencgc_alloc_granularity bytes at...
2011-07-03 Paul KhuongRelease address space to the OS at gencgc_release_granu...
2011-07-03 Paul KhuongSplit GENCGC_PAGE_BYTES in 3 constants
2011-07-03 Paul KhuongLazier zero_dirty_pages in gencgc
2011-06-06 Nikodemus Siivolawrite heap exhaustion information to the GC logfile...
2011-05-30 Nikodemus Siivola1.0.48.35: SB-EXT:GC-LOGFILE
2011-03-22 Nikodemus Siivola1.0.46.41: double-check simple functions in looks_like_...
2011-02-20 Nikodemus Siivola1.0.46.12: faster core startup
2010-08-07 Alastair Bridgewater1.0.41.21: runtime: Current stack and frame pointers...
2010-08-06 Alastair Bridgewater1.0.41.15: gencgc: Implement object pinning for non...
2010-08-06 Alastair Bridgewater1.0.41.12: gc: Unify gencgc and cheneygc interrupt...
2010-08-06 Alastair Bridgewater1.0.41.11: gc: Interrupt contexts and stacks should...
2010-08-06 Alastair Bridgewater1.0.41.10: gencgc: preserve context registers is not...
2010-06-06 Alastair Bridgewater1.0.39.6: valid_lisp_pointer_p() is gencgc-specific...
2010-04-30 Alastair Bridgewater1.0.38.4: Scrub control stack after scavenging on non...
2010-04-30 Alastair Bridgewater1.0.38.2: Gencgc error-checking fixes.
2010-03-28 Nikodemus Siivola1.0.37.4: robuster page table pickup
2010-03-18 Nikodemus Siivola1.0.36.30: print_generation_stats even if heap exhausti...
2010-03-17 Nikodemus Siivola1.0.36.27: less mprotect calls in GENCGC
2009-11-19 Nikodemus Siivola1.0.32.33: GENCGC tuning parameters
2009-11-11 Nikodemus Siivola1.0.32.25: save page table allocation information into...
2009-11-11 Nikodemus Siivola1.0.32.18: additional allocation information
2009-03-22 Gabor Melis1.0.26.16: fix gencgc on ppc
2009-03-17 Gabor Melis1.0.26.8: QSHOW changes, bug reporting guidelines
2009-02-16 Gabor Melis1.0.25.53: fix gencgc_handle_wp_violation on multicpu...
2009-02-16 Gabor Melis1.0.25.52: go through lisp_memory_fault_error on all...
2009-02-16 Gabor Melis1.0.25.42: make os_thread 0 on unithread builds
2009-02-16 Gabor Melis1.0.25.37: block deferrables when gc pending in PA
2009-02-16 Gabor Melis1.0.25.33: protect against recursive gcs
2009-02-16 Gabor Melis1.0.25.24: x86/x86-64 runtime pseudo atomic fixes
2009-02-16 Gabor Melis1.0.25.23: more allocation checks
2009-02-16 Gabor Melis1.0.25.21: handling of potential corruptions
2009-02-16 Gabor Melis1.0.25.18: it's only SHOW
2009-02-16 Gabor Melis1.0.25.17: kill runtime warnings
2009-02-16 Gabor Melis1.0.25.16: minor stylistics changes in the runtime
2009-01-12 Nikodemus Siivola1.0.24.41: add necessary disambiguating curly braces...
2008-12-13 Nikodemus Siivola1.0.23.40: export page sizes to C with LU suffix
2008-12-01 Nikodemus Siivola1.0.23.10: allocate code objects using allocation CODE_...
2008-12-01 Nikodemus Siivola1.0.23.9: extend pa_alloc to accept a page_type_flag
2008-12-01 Nikodemus Siivola1.0.23.8: factor out similar code from gc_alloc_large...
2008-12-01 Nikodemus Siivola1.0.23.7: introduce page type flags
2008-10-17 Nikodemus Siivola1.0.21.24: saving runtime options in executables
2008-09-22 Gabor Melis1.0.20.20: fix gencgc on 32 bit platforms with 2gb...
2008-09-22 Gabor Melis1.0.20.19: gencgc: rename first_object_offset
2008-09-22 Gabor Melis1.0.20.18: minor gencgc cleanups
2008-09-15 Nikodemus Siivola1.0.20.6: smaller allocation regions & reduced pinning
2008-08-15 Nikodemus Siivola1.0.19.29: new function: page_region_start()
2008-08-15 Nikodemus Siivolanew function: is_lisp_immediate()
2008-05-30 Nikodemus Siivola1.0.17.13: grab-bag of SB-SPROF enhancements
2008-03-17 Nikodemus Siivola1.0.15.35: fix bitrotted GC sanity checks
2008-02-19 Nikodemus Siivola1.0.14.39: make GENCGC gencgc_zero_check=1 proof again
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-11-09 Nikodemus Siivola1.0.11.19: hard failure for corrupted fixups vectors
2007-09-26 NIIMI Satoshi1.0.10.1: Cleanup code
2007-09-09 Nikodemus Siivola1.0.9.50: O(1) weak pointer scavenging
2007-08-09 Nikodemus Siivola1.0.8.19: :dont-safe finalizers and fd-stream thread...
2007-08-07 Juho Snellman1.0.8.18: Fix gc-safety bug in x86oid function calls
2007-06-28 Nikodemus Siivola1.0.7.2: fix potential GC errors due to bogus objects...
2007-06-20 Nikodemus Siivola1.0.6.59: bogus metacircles due to interrupted applicab...
2007-06-20 Nikodemus Siivola1.0.6.58: better heap exhaustion information
2007-06-18 Juho Snellman1.0.6.51: clean up compiler warnings in the runtime
2007-04-10 Cyrus Harmon1.0.4.54: x86-64/darwin preliminary threads support
2007-04-02 Nikodemus Siivola1.0.4.16: some GC and interrupt refactoring
2006-11-22 Juho Snellman0.9.18.67:
2006-11-17 Juho Snellman0.9.18.58:
2006-11-04 Thiemo Seufer0.9.18.33:
2006-11-03 Juho Snellman0.9.18.30:
2006-11-02 Nikodemus Siivola0.9.18.29: --dynamic-space-size command-line switch
2006-10-06 Christophe Rhodes0.9.17.8:
2006-09-15 Gabor Melis0.9.16.32: weak hash tables
2006-09-01 Gabor Melis0.9.16.8: less conservatism
2006-08-20 Gabor Melis0.9.15.41: preparation for weak hash tables
2006-06-06 Nathan Froyd0.9.13.27:
2006-06-05 Nikodemus Siivola0.9.13.26: Life after heap exhaustion on GENCGC
2006-06-03 Juho Snellman0.9.13.22:
2006-02-28 Juho Snellman0.9.10.6:
2006-02-22 Christophe Rhodes0.9.9.38:
2006-02-21 Christophe Rhodes0.9.9.36:
2006-02-17 Christophe Rhodes0.9.9.33:
2006-02-05 Juho Snellman0.9.9.12:
2006-01-08 Juho Snellman0.9.8.21:
2006-01-08 Juho Snellman0.9.8.20:
2006-01-07 Juho Snellman0.9.8.19:
2006-01-03 Christophe Rhodes0.9.8.7:
2005-12-04 Thiemo Seufer0.9.7.12:
2005-11-13 Gabor Melis0.9.6.42:
2005-11-06 Juho Snellman0.9.6.23:
2005-11-06 Juho Snellman0.9.6.21:
2005-10-12 Juho Snellman0.9.5.52:
2005-10-12 Juho Snellman0.9.5.51:
2005-10-11 Gabor Melis0.9.5.35:
2005-10-04 Gabor Melis0.9.5.20:
2005-08-31 Juho Snellman0.9.4.17:
next