'If some libraries are shared between two processes, will they be stored as one copy or two copies in SE mode?

I have a question: Under SE mode, I run two processes on two different cores (ARM DerivO3CPU, if these are necessary). By using --redirect, both processes can use the same dynamically linked library. However, will those library data be stored as one single copy or two copies in the cache and main memory?

Also, if the answer is two copies, will the deduplication happen in FS mode?

Thank you very much for answering my questions!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source