Is there a strong reason why FreeBSD rtld uses lazy binding by default ? In a multithreaded environment, this could make things pretty complex. What if a thread holds locks and fails at runtime due to a missing symbol ? Also, is there a significant performance benefit to doing lazy binding ? -Arun To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: Lazy binding Arun Sharma
- Re: Lazy binding John Polstra