0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 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... over 14 years ago
Repeat of (what I think is) real bug that GCC warnings caught. More... over 14 years ago
This was probably a real bug that GCC warnings caught. More... over 14 years ago
Working around GCC warning mechanism. More... over 14 years ago
Added explicit cases for emptyset failure cases in gset accessors. This is to satisfy GCC warning mechanism. More... over 14 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... over 14 years ago
Casts to appease GCC warnings. More... over 14 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... over 14 years ago
Quiet down instrumentation output. More... over 14 years ago
locset_t implementation. More... over 14 years ago
Helper method; part of migration from remset_t to locset_t for mutator summary information. More... over 14 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... over 14 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... over 14 years ago
initial draft of locset_t API and corresponding type/make-dep introduction. More... over 14 years ago
Further code cleanup; working to remove references to {{{obj}}} field of {{{loc_t}}}. More... over 14 years ago
General cleanup / code reduction in summ_matrix. More... over 14 years ago
Removing rs_ prefix to make it easier to find function calls into remset module that need to be replaced. More... over 14 years ago
Small refactoring to get rid of word remset where implicit. More... over 14 years ago
Checkpointing removal/reduction of code to assist addition of locset hashtables to sumz matrix. More... over 14 years ago
commenting out instrumentation that is distracting me at this point. More... over 14 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... over 14 years ago
Can disable SATB wb once marking complete which speeds things up a little. More... over 14 years ago
Checkpointing work so far -- the code is plausible but I think it has introduced a memory leak. More... over 14 years ago
Pushed {{{incl_tag}}} parameter down into {{{extbmp_t}}} interface. It does not belong there in the long term though. More... over 14 years ago
Extended {{{uremset_t}}} interface to support client-indication that they can cope with tagless enumeration. More... over 14 years ago
Factored out separate instrumentation for time spent refining as opposed to time spent mark/tracing. More... over 14 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... over 14 years ago
Finishing off basic stats update infrastructure for tracking summarization and smircy step times. More... over 14 years ago
Signal when summarization steps cause the completion of a summarization cycle. More... over 14 years ago
Commenting out some instrumentation... More... over 14 years ago