gc benchmarks won't build
I just learned that the benchmarks in gc directory are not run by default, and naturally they're currently broken. Two problems that I've found so far:
- I have to run
make dependin the subdirectories for project to build, otherwisemaketries to build programs without building the dependencies. - I have to install
old-timepackage manually.
There may be more problems after fixing these.