Y
Hacker News
new
|
ask
|
show
|
jobs
by
e4m2
668 days ago
Just to add one more data point, the .NET GC is also written in C++.
1 comments
mpawelski
667 days ago
In C++ in one giant file:
https://github.com/dotnet/runtime/blob/main/src/coreclr/gc/g...
link