My program delay 23 seconds. I move fields inside my .data (In order that my program get ordered)
but my program delay now 30 seconds, I revert operation and delay is again 23 seconds.
Why affected the run time a movement in .data. (pagepool?)
Thanks
Are you talking about driver development?
If the delay is when you are assembling, and you have defined a large array in the .data or .data? section, then you are seeing the effects of a well-know MASM bug. There is a trick for getting around this problem, but in general you should use memory allocated at run time for such arrays.