Do the Rebase from DLL or EXE, is it worth it?

Asked

Viewed 28 times

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:

  1. What it means to change this base value?
  2. How Dlls or Exes pagination occurs?
  3. What I get in performance?
  4. How can I measure the size to assign a correct value?
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.