0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added code to the SSB overflow handler to schedule a garbage collection if mutator activity exceeds its bound. More... almost 15 years ago
Checkpointing mods to track mutator and summarization effort and attempt to compare them but not yet actually bounding their ratio. More... almost 15 years ago
Removed instrumentation from policy calculation. More... almost 15 years ago
Removed a believed round-off error. More... almost 15 years ago
Changed instrumentation of rrof policy to show fewer sig figs to assist clarity. More... almost 15 years ago
Added state to represent F3 to memmgr. More... almost 15 years ago
Adding option parsing for F3 factor. More... almost 15 years ago
Added leap second for 1 January 2009 to SRFI-19 (time). More... almost 15 years ago
Incremented heap version for Larceny/IA32. More... about 15 years ago
New heap format, fixes Sparc build. (Petit Larceny may still not work.) More... about 15 years ago
Added regional collector. Merged from source:tags/scheme-2009/larceny_src@6401 More... about 15 years ago
Removed -fno-stack-protector from MacOSX Makefile. More... over 15 years ago
Snow Leopard is 64-bit and so we need to explicitly indicate 32-bit compilation for now to get compatible object files. More... almost 16 years ago
Large ugly hacked-on band-aid. More... almost 16 years ago
Cut-and-paste error. Use index of static area rather than garbage data index. More... almost 16 years ago
Bugfix: SATB SSB and newly created GEN SSBs should use value of {{{-ssb}}} option, if any. More... almost 16 years ago
Bugfix: must re-establish SECOND register before shifting to C code SATB SSB overflow handler. More... almost 16 years ago
Bounding region overflow by delegating decision from cheney to memmgr more often. More... almost 16 years ago
Include marklists when measuring current occupancy of region. More... almost 16 years ago
Fixed bug analogous to one described in changeset:6405. More... almost 16 years ago
Fixes to (non-critical) instrumentation code. More... almost 16 years ago
Note to self on something to double-check. More... almost 16 years ago
Newly allocated regions will be added at ecount-1 and shift static area's gno up, which meant that this for-loop was busted and would sometimes skip going through the static area's remembered set when doing the remset traversal interleaved with cheney gc. More... almost 16 years ago
Fix for Ticket #649. More... about 16 years ago
Corrected three typos in user manual. More... about 16 years ago
Added Mosh and Petite Chez to R6RS benchmarking script. More... about 16 years ago
Tagging branch used to gather scheme2009 workshop data. More... about 16 years ago
Fixed (or) bug in ERR5RS/R6RS modes (tickets #647, #648). More... about 16 years ago
Updated Common Larceny user manual. More... about 16 years ago
Fixed R6RS benchmark (hashtable0) as suggested by Kent Dybvig. More... about 16 years ago