What is the impact of incremental linking on execution speed?

195 Views Asked by At

I wonder about the impact of incremental linking on the execution speed of a program.

I know that incremental linking adds padding between functions and data which leads to bigger executables and in certain cases probably to speed impact through less optimal cache usage. Microsoft's documentation also states that it may add jump thunks to handle relocation of functions. But there is not word about speed.

Has anybody an idea about the speed impact or even did some measurements?

0

There are 0 best solutions below