openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
The Larceny Scheme System
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 28, 2024 — Jul 28, 2025
Showing page 27 of 206
Search / Filter on:
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.
pnkfelix
More...
over 14 years ago
Repeat of (what I think is) real bug that GCC warnings caught.
pnkfelix
More...
over 14 years ago
This was probably a real bug that GCC warnings caught.
pnkfelix
More...
over 14 years ago
Working around GCC warning mechanism.
pnkfelix
More...
over 14 years ago
Added explicit cases for emptyset failure cases in gset accessors. This is to satisfy GCC warning mechanism.
pnkfelix
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.)
pnkfelix
More...
over 14 years ago
Casts to appease GCC warnings.
pnkfelix
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).
pnkfelix
More...
over 14 years ago
Quiet down instrumentation output.
pnkfelix
More...
over 14 years ago
locset_t implementation.
pnkfelix
More...
over 14 years ago
Helper method; part of migration from remset_t to locset_t for mutator summary information.
pnkfelix
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.
pnkfelix
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.
pnkfelix
More...
over 14 years ago
initial draft of locset_t API and corresponding type/make-dep introduction.
pnkfelix
More...
over 14 years ago
Further code cleanup; working to remove references to {{{obj}}} field of {{{loc_t}}}.
pnkfelix
More...
over 14 years ago
General cleanup / code reduction in summ_matrix.
pnkfelix
More...
over 14 years ago
Removing rs_ prefix to make it easier to find function calls into remset module that need to be replaced.
pnkfelix
More...
over 14 years ago
Small refactoring to get rid of word remset where implicit.
pnkfelix
More...
over 14 years ago
Checkpointing removal/reduction of code to assist addition of locset hashtables to sumz matrix.
pnkfelix
More...
over 14 years ago
commenting out instrumentation that is distracting me at this point.
pnkfelix
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.
pnkfelix
More...
over 14 years ago
Can disable SATB wb once marking complete which speeds things up a little.
pnkfelix
More...
over 14 years ago
Checkpointing work so far -- the code is plausible but I think it has introduced a memory leak.
pnkfelix
More...
over 14 years ago
Pushed {{{incl_tag}}} parameter down into {{{extbmp_t}}} interface. It does not belong there in the long term though.
pnkfelix
More...
over 14 years ago
Extended {{{uremset_t}}} interface to support client-indication that they can cope with tagless enumeration.
pnkfelix
More...
over 14 years ago
Factored out separate instrumentation for time spent refining as opposed to time spent mark/tracing.
pnkfelix
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.
pnkfelix
More...
over 14 years ago
Finishing off basic stats update infrastructure for tracking summarization and smircy step times.
pnkfelix
More...
over 14 years ago
Signal when summarization steps cause the completion of a summarization cycle.
pnkfelix
More...
over 14 years ago
Commenting out some instrumentation...
pnkfelix
More...
over 14 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
…
205
206
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree