0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Common Larceny can now run R6RS top-level programs. More... over 16 years ago
Implementation of code to optionally bias the major gc region selection policy. More... over 16 years ago
Code to parse command line options for optionally biasing the major gc region selection policy. More... over 16 years ago
Added flags to carry information about major gc bias from the command line options over to the RROF collector. More... over 16 years ago
Added flags to control which region is selected for a major collection. More... over 16 years ago
Exporting {{{region_group_largest}}} so {{{memmgr.c}}} can invoke it. More... over 16 years ago
Added function to extract the largest region in a graup according to a client-provided ordering. This allows for me to experiment with alternative policies for selecting regions, such as grabbing the region waiting with the largest (or smallest) summary. More... over 16 years ago
Switched operational model from being oriented around a sequence of regions to being oriented around a partitioning of the regions, where each part is a FIFO queue. More... over 16 years ago
Common Larceny beginning to support ERR5RS mode. More... over 16 years ago
Cleanup of lexical errors (tickets #621, #623, #624). More... over 16 years ago
Changed whitespace only (src/Rts/DotNet/Load.cs). More... over 16 years ago
Code simplification resulting from new region group partition. We no longer need to "search" for an appropriate to-space; we can just look on the unfilled queue, and if the queue is empty, then we must allocate a new region. More... over 16 years ago
further purpose statement correction. More... over 16 years ago
Small corrections to function purpose statements. More... over 16 years ago
Still gradually migrating towards new rep decomposition. More... over 16 years ago
This should have been part of changeset:6165 More... over 16 years ago
Revising decomposition of representation. More... over 16 years ago
Checkpointing work so far. Regions now encode what group they belong to but not all of the transition logic is in place yet. More... over 16 years ago
Fixed two bugs in lib/Standard (tickets #628 and #629). More... over 16 years ago
Fixed symbol-writing and ERR5RS compiling/loading bugs (ticket #627). More... over 16 years ago
Fixed infinite loop when importing non-existent R6RS library (ticket #626). More... over 16 years ago
Repaired bugs in compile-despite-errors mode (ticket #442). More... over 16 years ago
Hook in some useful stuff for inspecting the GObject type hierarchy. More... over 16 years ago
Added way to query whether an ffi attribute has already been added. (This is to allow dynamic inspection of the GTK type hierarchy and subsequent extension of the ffi attribute tables.) More... over 16 years ago
Common Larceny can now compile the R6RS runtime. More... over 16 years ago
Added code to implicitly invoke {{{gtk-init}}} if the user does not do it themselves. More... over 16 years ago
Refactoring GTK code to allow separate AOT compilation of gtk enum code. More... over 16 years ago
Dumping larceny.heap now names all procedures in interaction environment (ticket #619). More... over 16 years ago
Progress toward less broken file compiling in Common Larceny. More... over 16 years ago
Both load and compile-file record source positions (ticket #619). More... over 16 years ago