Add a slew of amd64 tools caught during profiling
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
How much does this speed up things?
| Makefile.inc1 | ||
|---|---|---|
| 1504 | How big a performance win is there from a native true vs an emulated one? | |
| Makefile.inc1 | ||
|---|---|---|
| 1504 | For true itself? Didn't really measure. I only noted that it was being emulated, which seemed silly. | |
test builds of audio/speex.
current time: 12+ minutes
http://crack.ysv.freebsd.org/build.html?mastername=11-armv6-test-default&build=2014-11-14_19h00m53s
With this patch and a lot of hardlinks in the jail:3.5 minutes
http://crack.ysv.freebsd.org/build.html?mastername=11-armv6-test-default&build=2014-11-15_19h54m44s
Per private conversation, native true < 1ms, emulated true > 1s. Overhead of starting qemu must be pretty high relative to a short lived process.
Go ahead with this list.
Remove mtree from static list. Should use nmtree, but it doesn't build
stand alone, static at this time.