0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Sep 24, 2024 — Sep 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix (to assertion checking code, but a serious bug nonetheless). More... almost 15 years ago
Some Makefile and script additions I made to make my short-term life easier. More... almost 15 years ago
The Larceny Scheme debugger is not useful when trying to debug runtime failures. It actually gets in the way since I am more often trying to either get to the GNU debugger at the C level, or just want to run a series of smoke tests and so I would rather have a loud sudden death (and move on to the next runtime invocation). More... almost 15 years ago
(re)added internal rep and system invariant checking code to summ matrix (but this time using locset_t rather than remset_t), as well as enabling the callout to that code from memmgr. (Since the callout is guarded by the oracle countdown, there is no harm other than needing to use increased countdown values.) More... almost 15 years ago
Added {{{USE_URS_WRAPPER_TO_CHECK_REMSET_SANITY}}} flag and (trivial wrapping) implementation. More... almost 15 years ago
Switch {{{USE_ORACLE_TO_CHECK_SUMMARY_SANITY}}} code to use a {{{locset_t}}} as the stored summary representation rather than a {{{remset_t}}}, so that we can more precisely verify the validity of the set of extra root locations enumerated from the remembered set. More... almost 15 years ago
Added way to check heap invariants during the (small) window of time after region evacuation via cheney has finished but before the old-heap.c code frees the from-space and thus loses the meta-data associated with it. More... almost 15 years ago
Enhanced enumeration routines that (should) no longer run into duplicate entries. More... almost 15 years ago
Added new basic operation to remove individual entries without performing full enumeration. More... almost 15 years ago
Added way to check membership at higher level of abstraction than {{{word*}}} if one has such information available. More... almost 15 years ago
Added uremset_debug header and implementation to Makefile. More... almost 15 years ago
Wrapper around uremset_t to verify that implementations live up to their contract. More... almost 15 years ago
Generalized msgc-core traversal so that it passes along the offset within src when traversing a (src, obj) edge. More... almost 15 years ago
Assert fail in unreachable points in control to quiet GCC warnings. More... almost 15 years ago
Added cast to quiet GCC, and added a note to self because the added cast puts this code over the top. More... almost 15 years ago
New basic operator -- easier to do things this way than to try to make the enumeration general purpose enough to do this properly at the moment. More... almost 15 years ago
Got oracle countdown implemented along with some extra instrumentation when we shot low so that I can get idea of how much progress has been made while running in the slower mode. More... almost 15 years ago
Checkpoint work. More... almost 15 years ago
Checkpoint work. More... almost 15 years ago
Eliminating final warning currently emitted by GCC warning system. More... almost 15 years ago
Some small refactorings to placate GCC warnings. More... almost 15 years ago
Added cases to switch to placate GCC warnings. More... almost 15 years ago
Fixed some signature mismatches signalled by GCC warnings. More... almost 15 years ago
Added braces and parens to placate GCC warnings (and to satisfy my own sense of taste as well). More... almost 15 years ago
GCC warnings suggested added parentheses around + or - inside shift. More... almost 15 years ago
Placate GCC warning. More... almost 15 years ago
Fixing various control and/or return type mismatches flagged by GCC warnings. More... almost 15 years ago
Resolved GCC warnings about missing fcn signatures. More... almost 15 years ago
Placate more GCC warnings by not falling off end of void function. More... almost 15 years ago
Placate GCC warnings by putting an assert failure in. More... almost 15 years ago