0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced popular enum val with three variants for infamy support. Have not implemented transitions to the two new variants yet. More... over 14 years ago
Predicated infamy-information printouts with macro param: {{{PRINT_INCOMING_REFS_INFO_TO_CONSOLE}}} More... over 14 years ago
Added stats slots to accumulate information about page faults during garbage collections. More... over 14 years ago
Refactored instrumentation to print incoming words according to *both* summarization scanner *and* incremental marker on completion of *either* summarization scanning *or* incremental marking. More... over 14 years ago
Moved code to reset incoming-reference counts to place I am more sure corresponds to the place where the summarization scan is itself reset. More... over 14 years ago
Revised instrumentation to include group that the region belongs to (or at least the one character summary of it). Also revised instrumentation so that non-zero small counts are printed as 0.00 while true zero counts are printed as 0. More... over 14 years ago
Added stdout instrumentation tracking points-into information as gathered by summarization scans and by smircy marker. More... over 14 years ago
Sample pop-queue and earley invocations. More... over 14 years ago
Log human readable output to file using tee to keep it going to stdout. Also include queue and pop-queue as thesis benchmarks. More... over 14 years ago
Make log file name indicate source script. More... over 14 years ago
Include other stats in log output. More... over 14 years ago
Export other stats accessors. More... over 14 years ago
Added queue and pueue benchmarks as compile targets.' More... over 14 years ago
Switching over to one-word-per-summary-entry rep. More... over 14 years ago
Hopefully completion of switchover to loc_t API. More... over 14 years ago
Fixed makefile so that loc_t dependencies are better respected. Perhaps most important added dependency info for locset module. More... over 14 years ago
Fleshed out loc_t API a bit more and added alternative rep but did not turn it on. More... over 14 years ago
Revised GCOld benchmark output so that it looks like the other benchmarks' output. More... over 14 years ago
Removing filtering of locations in from-space from special nursery summary set, because it is not going to be generally possible (or at least trivial) to determine whether the locations are actually part of the from-space, and it should be sound to retain them. More... over 14 years ago
Various "fixes" that I explored in my attempt to find a working system earlier this week. I hope to take the time to go through them more carefully, but I thought it was important to get them committed to the repository now. More... over 14 years ago
Massive revisions of the USE_ORACLE_TO_CHECK_SUMMARY_SANITY code. This is a saner version of the sanity checking. More... over 14 years ago
Revised uremset_extbmp enumerate code to avoid/eliminate duplicate traversals. More... over 14 years ago
Export delete operator from header. More... over 14 years ago
Added operation for deleting individual elements without traversing whole structure via enumerate operations (which was until now the only way to clear a subset of the structure). More... over 14 years ago
Sanity checks while dispatching summary traversal code. More... over 14 years ago
Some fixes so that the basic stopcopy collector works again. More... over 14 years ago
Shifting regions more eagerly to avoid potential duplicates in columns. This is something that I probably should put in but I wanted to get concrete evidence that it was necessary before I commit to it. More... over 14 years ago
Todays (and/or last nights) big bug/discovery/investigation. See notes from today or read the comment in newly added {{{loc_alive_in_snapshot}}} function. More... over 14 years ago
Fix to remset traversal code to deal with concurrent region allocation. This matches a similar change made to the uremset_extbmp code some time ago. More... over 14 years ago
A small assertion when I was worried that I might be mixing up my variants for {{{summary_t}}}. More... over 14 years ago