[PATCH] suggestion for faster pseudo-reloc.

2012-08-25 Thread Jin-woo Ye
This patch fixes the problem making pseudo-reloc too slow when there is many pseudo-reloc entries in rdata section by deciding when not to call Virtual{Query,Protect} to save overhead. I tested this patch and time taken for pseudo-reloc reduced 1800ms to 16ms for 3682 entries. Please review thi

Re: [PATCH] suggestion for faster pseudo-reloc.

2012-09-02 Thread Jin-woo Ye
On 2012-09-02 PM 7:27, Corinna Vinschen wrote: Hi Jin-woo, On Aug 26 10:59, Jin-woo Ye wrote: This patch fixes the problem making pseudo-reloc too slow when there is many pseudo-reloc entries in rdata section by deciding when not to call Virtual{Query,Protect} to save overhead. I tested this