0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Sep 25, 2024 — Sep 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added new header files with signatures exported by memmgr auxiliary helper modules memmgr_flt and memmgr_vfy. Also updated another header file to resolve another missing signature. All of this is to satsify GCC warning mechanism. More... almost 15 years ago
Repeat of (what I think is) real bug that GCC warnings caught. More... almost 15 years ago
This was probably a real bug that GCC warnings caught. More... almost 15 years ago
Working around GCC warning mechanism. More... almost 15 years ago
Added explicit cases for emptyset failure cases in gset accessors. This is to satisfy GCC warning mechanism. More... almost 15 years ago
Changes to satisfy GCC warnings. (These may actually be questionable though. The intent is almost certainly for the word type to be 64 bits on 64-bit platforms. The problem is how to integrate that is not something I am going to attack now.) More... almost 15 years ago
Casts to appease GCC warnings. More... almost 15 years ago
Declare that {{{panic_abort}}} does not return (so that {{{assert(0)}}} and {{{assert_fail()}}} are treated as terminating control flow by GCC warning system). More... almost 15 years ago
Quiet down instrumentation output. More... almost 15 years ago
locset_t implementation. More... almost 15 years ago
Helper method; part of migration from remset_t to locset_t for mutator summary information. More... almost 15 years ago
I don't want to fix this now, but this line is bogus. The {{{mem_attribute}}} field has not yet been initialized at this point in the control flow. More... almost 15 years ago
Ah I hate C. No parameters means an unspecified number of arguments; one must use void to specify an empty sequence of arguments. More... almost 15 years ago
initial draft of locset_t API and corresponding type/make-dep introduction. More... almost 15 years ago
Further code cleanup; working to remove references to {{{obj}}} field of {{{loc_t}}}. More... almost 15 years ago
General cleanup / code reduction in summ_matrix. More... almost 15 years ago
Removing rs_ prefix to make it easier to find function calls into remset module that need to be replaced. More... almost 15 years ago
Small refactoring to get rid of word remset where implicit. More... almost 15 years ago
Checkpointing removal/reduction of code to assist addition of locset hashtables to sumz matrix. More... almost 15 years ago
commenting out instrumentation that is distracting me at this point. More... almost 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 15 years ago
Can disable SATB wb once marking complete which speeds things up a little. More... almost 15 years ago
Checkpointing work so far -- the code is plausible but I think it has introduced a memory leak. More... almost 15 years ago
Pushed {{{incl_tag}}} parameter down into {{{extbmp_t}}} interface. It does not belong there in the long term though. More... almost 15 years ago
Extended {{{uremset_t}}} interface to support client-indication that they can cope with tagless enumeration. More... almost 15 years ago
Factored out separate instrumentation for time spent refining as opposed to time spent mark/tracing. More... almost 15 years ago
Differentiate between different kinds of cycles when measuring component progress. Also fixed code so that non-rrof gc still works by adding mut_activity_bounded state flag. More... almost 15 years ago
Finishing off basic stats update infrastructure for tracking summarization and smircy step times. More... almost 15 years ago
Signal when summarization steps cause the completion of a summarization cycle. More... almost 15 years ago
Commenting out some instrumentation... More... almost 15 years ago