This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH rebase 0/2] Avoid unncessary rebases


Add some dignostics which report why a rebase is taking place.

Use that information to fix some errors causing unnecessary rebases

In those cases, we were often rebasing a DLL to the same address, so we could 
also drop the rebase if the base address isn't actually changing, but we don't 
seme to keep around the infomation to do that, currently.

Jon Turney (2):
  Make verbose give a reason why a rebase is needed
  Fix some errors which cause unnecessary rebases

 rebase.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 46 insertions(+), 13 deletions(-)

-- 
2.16.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]