[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: performance tuning issue



Howard Chu wrote:
-----Original Message-----

Any compiler options to tweak?


Probably not, but every platform is different. Look in your platform's
compiler documentation.



I've been building with '-O' in the OpenLDAP's CFLAGS. According to the gcc docs this turns on using registers for frequently used vars and use of delay slots for sparc arch, amongst other things. It's a conservative optimization level, but I don't know wether its use with OpenLDAP is endorsed.


--Kervin