Skip to content

AscendingMan/unityacademy03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof of Concept Garbage Collector

Sample C/C++ Garbage Collector

This is super simple project is aimed to teach students how to build garbage collector from scratch with a lot of limitations in mind.

The example project should work on Xcode 10. Latest version also tested on Windows 10 with Visual Studio Community Edition 2017.

Presentation sliides

Limitations:

  • single threaded
  • 64-bit only (x86_64)
  • single alloc < 4GB
  • total amount of GC heap < 4GB

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published