David Brownlee
2014-04-20 14:35:33 UTC
Ayup. 30 seconds from entering username until I get a password prompt is
clearly asking the system to do much more today than in the past, so
obviously it is just as expected, and nothing to even talk about.
The system now processes through all the PAM infrastructure, whichclearly asking the system to do much more today than in the past, so
obviously it is just as expected, and nothing to even talk about.
provides a bunch of additional functionality. Whether that
functionality is worthwhile is certainly a valid discussion.
It makes heavy use of shared objects, which I believe is also a
significant performance hit on current VAX.
It would be interesting to see what profiling might report for a login sequence.
The sun2 port builds with NOPIC= so everything is static linked. It
would also be nice to compare the performance for a NOPIC= build of
NetBSD/vax (I'm just started a netbsd-6 static vax build to see if it
completes, but I don't really have an ideal machine on which to test)
x11 from the same source
- http://sync.absd.org/vax/6-vax-2014-04-19-static/
- http://sync.absd.org/vax/6-vax-2014-04-19/
in case someone would like to compare the relative speeds on a slow box...
It needed a small tweak to the set lists which is in current but not
pulled up into netbsd-6 yet -
http://mail-index.netbsd.org/source-changes/2014/04/20/msg054188.html
otherwise it was just a standard ./build.sh with the following in
/etc/mk.conf
.if ${MACHINE} == vax
NOPIC= # no shared libraries
MKX11=no
.endif