On terça-feira, 22 de outubro de 2013 10:39:13, Patrick Ohly wrote:
> Another semantic difference is that a module fails to load with RTLD_NOW
> if any of its symbols cannot be resolved. With RTLD_LAZY, it gets loaded
> and a runtime error occurs when calling an unresolvable method.

Another benefit is that all the pages containing .plt.got sections will also be 
shared: there won't be any new run-time lookups performed, so no need to write 
to those pages and cause a copy-on-write.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to