ysbaddaden / gc

A garbage collector for Crystal
93 stars 5 forks source link

macOS compatibility #24

Open beta-ziliani opened 2 years ago

beta-ziliani commented 2 years ago

Still WIP. For the moment it just compiles, but it fails at first collection. It's not loading the space addresses from the macho specification (that will come in a later commit).

ysbaddaden commented 2 years ago

That looks super nice. I'll have a look as soon as I can!