Joe deBlaquiere wrote: > > Please don't. The emulation is an overkill here and the overhead is > > painful for ISA I systems, which are usually not the fastest ones. This > > has already been discussed here. > > > > There's overhead to sysmips also, so neither one is going to give > stunning performance. All out performance isn't likely an issue on one > of these systems anyways. > Like I said in the previous email, ll/sc emulation is at least twice as bad as sysmips(). The likely failure of sc will make the performance even worse. In addition, the new glibc starts to pthread massively now (try 'ls' and you will see). I do think performance is a factor here. > > If you want to go for speed and use ll/sc on an ISA II+ system, then > > compile glibc for ISA II or better. It will never call sysmips() then. > > The problem here is that now I have mips, mipsel, and mipselnollsc > configurations of the cross-tools, the c library and the binary > applications. It's one extra configuration to maintain. > I see the trouble of having extra configurations. If you were planning to have separate support for MIPS I and MIPS II systems, you should be covered. After all there are only limited number of variants anyway - so far. :-) Jun