On Fri, 28 Jan 2000 22:19:04 -0800 (PST)
Todd Whitesel <toddpw@best.com> wrote:
> A classic PIC application that has little/nothing to do with shared libs.
Unfortunately, PIC code is often a bit slower, due to extra loads required,
and cache thrashing (referencing the GOT/PLT).
-- Jason R. Thorpe <thorpej@nas.nasa.gov>