Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ACC-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haley Sapphie Owsianko
ACC-project
Graph
c6f5bb5f70eaf0ff3862665c7056c41fdf436c4e
Select Git revision
Branches
2
garbage-collection
master
default
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Jun
3
2
1
30
May
27
25
23
22
8
7
6
4
1
30
Apr
26
25
24
19
18
16
15
14
13
1
30
Mar
26
24
21
20
18
16
13
12
7
6
4
Attempt to add debugging tools
garbage-collect…
garbage-collection
fix heap size calculation
fix block size allocation
Minor change
Add setting the bit after sweep
Fix silly bug
Add debugging function
Merge stash
rewrite sweep phase
add predecessor check after sweep (maybe contig. needed?)
zero memory after allocation
Merge branch 'garbage-collection' of gitlab.epfl.ch:owsianko/acc-project into garbage-collection
change lb_ob to a single allocation
Rename debug variable
Add the bitmap to the original heap
Add debug assertions
Merge branch 'garbage-collection' of gitlab.epfl.ch:owsianko/acc-project into garbage-collection
first implementation of mark and sweep, unimaze passes, 4 remaining dont
cleanup allocation code, improve readability
fix off-by-one error in block size calculation, blocks now contain usable space
fix allocator, add block header interface
Improve mark phase
Improve sweep phase
Improve reachability map
Work on implementating sweep
Tentative implementation of free list
Add cargo lock
master
master
Small changes
Add optimisation details
first implementation of mark and sweep, unimaze passes, 4 remaining dont
cleanup allocation code, improve readability
fix off-by-one error in block size calculation, blocks now contain usable space
fix allocator, add block header interface
Improve mark phase
Improve sweep phase
Improve reachability map
Work on implementating sweep
Tentative implementation of free list
Import memory management skeleton
Fix halt untagging
Loading