0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Brought mark pauses under control. More... over 14 years ago
Added new benchmarks to test/Benchmarking/GC. More... over 14 years ago
Changed defaults for regional collector, help text, MacOSX gcc options. More... over 14 years ago
Merged changes from revision 6623 of branches/pnkfelix/incrsumz. More... over 14 years ago
Fixed +i bug (ticket #667). More... over 14 years ago
Add -m32 flag to satisfy Mac OS X (ticket #668). More... over 14 years ago
Expand make clean target (ticket #669). More... over 14 years ago
Improved interprocedural optimization for R6RS libraries. More... over 14 years ago
Tweaked R6RS letrec (etc) macros to improve code generation. More... over 14 years ago
Improved identifier unmangling for R6RS/ERR5RS. More... over 14 years ago
Fixed r5rs_pitfall.scm bug 3.2 (ticket #11). More... over 14 years ago
Fixed procedure name documentation bug (ticket #643). More... over 14 years ago
Worked around bit rot by allowing separation of svn checkout from build/test. More... over 14 years ago
Disabled cdash_submit until we fix CDash. More... over 14 years ago
Reordered keys and broke up benchmark groups to match what I plan for my thesis. More... over 14 years ago
Decided it was easier to see the data (1) with y range selected automatically and (2) x axis on logscale. More... over 14 years ago
Worked on generating MMU charts for thesis. More... over 14 years ago
Small refactoring; trying to decide whether to start from scratch or not on this. More... over 14 years ago
Baby steps towards MMU graphs for thesis. More... over 14 years ago
Added sample plot-pause-and-time-and-mem-stats-data/stacked-bars invocation on big benchmark data. Small mods to presentation (mainly labels) so that things look semi-reasonable. More... over 14 years ago
Got the stack of three going well enough to do the cp benchmarks. More... over 14 years ago
Added code to extract the max pause and to render it as a simple plot. I decided to stick with using plot-stacked-bars infrastructure for this, which is overkill for this simple version fo the task, but is probably the right call when it comes to composing this plot with the elapsed time and max memory plots, which is my next task. More... over 14 years ago
Took y-range statement out; should not effect existing uses. More... over 14 years ago
Got stacked peak mem and elapsed time plots working. More... over 14 years ago
Adjusted group label so that its a little bit to the left. May want to change further to dynamically choose the shift based on length of text in label. More... over 14 years ago
Allow stacked-bar plots to be composed into multiplots. More... over 14 years ago
I think splitting into groups of 5 looks nicer for this data set (it has 58 elements). More... over 14 years ago
Fix rendering to look better with a PDF terminal. More... over 14 years ago
Smallish presentation changes: skip some dots, move the legend. Alpha-renamed freq to period. More... over 14 years ago
Hard constants for point freq do not suffice when number of total entries to plot varies. More... over 14 years ago