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.
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.