Skip to content

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 depend in the subdirectories for project to build, otherwise make tries to build programs without building the dependencies.
  • I have to install old-time package manually.

There may be more problems after fixing these.