Doing the Rebase DLL or EXE, is it worth it?

1

While developing an assembly , I ended up "discovering" the following option:

  

Project Properties > Build > Advanced > DLL Base Address

and looking for information, I understood that we can specify the base address to load the DLL (or EXE) (reducing pagination and improving performance), but I did not understand exactly what that is and I had the doubts: / p>

  • What does it mean to change this base value?
  • How do DLLs or EXEs paging?
  • What do I get in performance?
  • How can I measure the size to assign a correct value?
  • asked by anonymous 02.10.2017 / 16:36

    0 answers