For the sake of being an appropriate macrobenchmark.
- Do we have enough binary compatibility to run a statically-linked Git executable directly?
- If not, can we get it by rebuilding Git with a simpler libc?
- How much of the libc does Git actually need? Will it compile with what we have?
- If it won't, what would it take to port a small libc like ulibc?
For the sake of being an appropriate macrobenchmark.