Re: Tcl bytecode
- From: Donald Arseneau <asnd@xxxxxxxxx>
- Date: 30 Jan 2007 18:09:22 -0800
Don Porter <dgp@xxxxxxxx> writes:
Typical slow configurations have /usr/lib on $::auto_path, with
[llength [glob /usr/lib/*]] very large, and with storage at the other
end of a (possibly several... automounted?) network connection(s).
This has been my experience, especially with RedHat/Fedora systems in
recent years:
% set auto_path
/usr/share/tcl8.4 /usr/share /usr/lib
So I have a question. Is there *any* justification for searching all
these directories? Do loadable shared libraries need to be found from these
paths, or just package-init files?
--
Donald Arseneau asnd@xxxxxxxxx
.
- Follow-Ups:
- Re: Tcl bytecode
- From: Don Porter
- Re: Tcl bytecode
- References:
- Tcl bytecode
- From: Googie
- Re: Tcl bytecode
- From: Googie
- Re: Tcl bytecode
- From: Jeff Hobbs
- Re: Tcl bytecode
- From: Keith Nash
- Re: Tcl bytecode
- From: Cameron Laird
- Re: Tcl bytecode
- From: Don Porter
- Tcl bytecode
- Prev by Date: Re: teapot package: what is?
- Next by Date: Re: if else else
- Previous by thread: Re: Tcl bytecode
- Next by thread: Re: Tcl bytecode
- Index(es):
Relevant Pages
|