Page MenuHomeFreeBSD

Even more tools in the bin for emulation.
ClosedPublic

Authored by sbruno on Nov 15 2014, 9:03 PM.
Tags
None
Referenced Files
F163939796: D1172.diff
Mon, Jul 27, 8:16 AM
Unknown Object (File)
Jun 12 2026, 9:03 AM
Unknown Object (File)
Jun 10 2026, 7:18 AM
Unknown Object (File)
Jun 1 2026, 5:21 AM
Unknown Object (File)
May 6 2026, 1:16 PM
Unknown Object (File)
May 6 2026, 10:21 AM
Unknown Object (File)
May 5 2026, 11:15 AM
Unknown Object (File)
May 3 2026, 12:00 PM
Subscribers
None

Details

Reviewers
bapt
imp
bdrewery
Summary

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

sbruno retitled this revision from to Even more tools in the bin for emulation..
sbruno updated this object.
sbruno edited the test plan for this revision. (Show Details)
sbruno added reviewers: imp, bapt, bdrewery.

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.

imp edited edge metadata.

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.

This revision is now accepted and ready to land.Nov 16 2014, 6:55 PM
sbruno edited edge metadata.

Remove mtree from static list. Should use nmtree, but it doesn't build
stand alone, static at this time.

Committed at svn r274593