Hacker News new | ask | show | jobs
by cptwunderlich 1978 days ago
What, since when is GCC implemented in C++? I don't see any of that: https://github.com/gcc-mirror/gcc

Maybe in libstdc++, but what else would you use there.

I wanted to know what register allocation algorithms GCC implements, but I can't even find it. It's all files with cryptic names and hundreds in one directory. You can find _even less_ documentation, talks and blog posts about GCC internals :(

1 comments

The move to C++ as implementation language was approved in 2010[1]. The switch got flipped in 2013 with the 4.8 series[2].

[1] https://gcc.gnu.org/legacy-ml/gcc/2010-05/msg00705.html

[2] https://gcc.gnu.org/gcc-4.8/changes.html