skiplang / skip

A programming language to skip the things you have already computed
http://skiplang.com
MIT License
1.97k stars 66 forks source link

Remove chrono obstack2 #157

Closed pikatchu closed 4 years ago

pikatchu commented 4 years ago

So for some reason, changing a field in the garbage collector stats from folly::chrono to std::chrono leads to a linking error in the bootstrapped version of the compiler (lkg).

I was hoping that removing the field would make the mysterious linking error go away (which was the point of this PR), but given that it's not the case, I may as well keep the extra information and figure things out. Closing this pull request given that I will keep the version in https://github.com/skiplang/skip/pull/155.