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
about 14 hours
ago. based on code collected
about 14 hours
ago.
Sep 24, 2024 — Sep 24, 2025
Showing page 26 of 206
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bug fix (to assertion checking code, but a serious bug nonetheless).
pnkfelix
More...
almost 15 years ago
Some Makefile and script additions I made to make my short-term life easier.
pnkfelix
More...
almost 15 years ago
The Larceny Scheme debugger is not useful when trying to debug runtime failures. It actually gets in the way since I am more often trying to either get to the GNU debugger at the C level, or just want to run a series of smoke tests and so I would rather have a loud sudden death (and move on to the next runtime invocation).
pnkfelix
More...
almost 15 years ago
(re)added internal rep and system invariant checking code to summ matrix (but this time using locset_t rather than remset_t), as well as enabling the callout to that code from memmgr. (Since the callout is guarded by the oracle countdown, there is no harm other than needing to use increased countdown values.)
pnkfelix
More...
almost 15 years ago
Added {{{USE_URS_WRAPPER_TO_CHECK_REMSET_SANITY}}} flag and (trivial wrapping) implementation.
pnkfelix
More...
almost 15 years ago
Switch {{{USE_ORACLE_TO_CHECK_SUMMARY_SANITY}}} code to use a {{{locset_t}}} as the stored summary representation rather than a {{{remset_t}}}, so that we can more precisely verify the validity of the set of extra root locations enumerated from the remembered set.
pnkfelix
More...
almost 15 years ago
Added way to check heap invariants during the (small) window of time after region evacuation via cheney has finished but before the old-heap.c code frees the from-space and thus loses the meta-data associated with it.
pnkfelix
More...
almost 15 years ago
Enhanced enumeration routines that (should) no longer run into duplicate entries.
pnkfelix
More...
almost 15 years ago
Added new basic operation to remove individual entries without performing full enumeration.
pnkfelix
More...
almost 15 years ago
Added way to check membership at higher level of abstraction than {{{word*}}} if one has such information available.
pnkfelix
More...
almost 15 years ago
Added uremset_debug header and implementation to Makefile.
pnkfelix
More...
almost 15 years ago
Wrapper around uremset_t to verify that implementations live up to their contract.
pnkfelix
More...
almost 15 years ago
Generalized msgc-core traversal so that it passes along the offset within src when traversing a (src, obj) edge.
pnkfelix
More...
almost 15 years ago
Assert fail in unreachable points in control to quiet GCC warnings.
pnkfelix
More...
almost 15 years ago
Added cast to quiet GCC, and added a note to self because the added cast puts this code over the top.
pnkfelix
More...
almost 15 years ago
New basic operator -- easier to do things this way than to try to make the enumeration general purpose enough to do this properly at the moment.
pnkfelix
More...
almost 15 years ago
Got oracle countdown implemented along with some extra instrumentation when we shot low so that I can get idea of how much progress has been made while running in the slower mode.
pnkfelix
More...
almost 15 years ago
Checkpoint work.
pnkfelix
More...
almost 15 years ago
Checkpoint work.
pnkfelix
More...
almost 15 years ago
Eliminating final warning currently emitted by GCC warning system.
pnkfelix
More...
almost 15 years ago
Some small refactorings to placate GCC warnings.
pnkfelix
More...
almost 15 years ago
Added cases to switch to placate GCC warnings.
pnkfelix
More...
almost 15 years ago
Fixed some signature mismatches signalled by GCC warnings.
pnkfelix
More...
almost 15 years ago
Added braces and parens to placate GCC warnings (and to satisfy my own sense of taste as well).
pnkfelix
More...
almost 15 years ago
GCC warnings suggested added parentheses around + or - inside shift.
pnkfelix
More...
almost 15 years ago
Placate GCC warning.
pnkfelix
More...
almost 15 years ago
Fixing various control and/or return type mismatches flagged by GCC warnings.
pnkfelix
More...
almost 15 years ago
Resolved GCC warnings about missing fcn signatures.
pnkfelix
More...
almost 15 years ago
Placate more GCC warnings by not falling off end of void function.
pnkfelix
More...
almost 15 years ago
Placate GCC warnings by putting an assert failure in.
pnkfelix
More...
almost 15 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
…
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