1
During the development of a Assembly, I ended up "discovering" the following option:
Project Properties > Build > Advanced > DLL Base Address
and searching for information about it, I understood that we can specify the base address to load the DLL (or EXE) (reducing paging and improving performance) but, I did not understand exactly what this is and I was left with the doubts:
- What it means to change this base value?
- How Dlls or Exes pagination occurs?
- What I get in performance?
- How can I measure the size to assign a correct value?