Re: Expansion of memset and memcpy calls.

2014-10-21 Thread Kyrill Tkachov
On 21/10/14 08:37, Ajit Kumar Agarwal wrote: Hello All: Memset and Memcpy calls are extensively used in many benchmarks. Inlining or expansion the memcpy and memset calls improves the performance of many performance Benchmark. I have implemented the expansion of strcmp to the optimizaed seque

Expansion of memset and memcpy calls.

2014-10-21 Thread Ajit Kumar Agarwal
Hello All: Memset and Memcpy calls are extensively used in many benchmarks. Inlining or expansion the memcpy and memset calls improves the performance of many performance Benchmark. I have implemented the expansion of strcmp to the optimizaed sequence of instruction In open64 compiler for AMD