Skip to content

Implementation of a Mark Sweep Garbagecollector for the System Software lecture

Notifications You must be signed in to change notification settings

sanzinger/MarkSweepGC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

MarkSweepGC

Implementation of a Mark Sweep Garbagecollector for the System Software lecture

Group Participants

Assumptions

  • We are running on 64 bit system and compile with 64 bit compiler
  • We are running on Linux (Ubuntu) and compiling with gcc
  • Integer types are all 64 bit
  • Strings are word aligned (64 bit/8 bytes) and we assume the compiler does this as well

About

Implementation of a Mark Sweep Garbagecollector for the System Software lecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages