Hi! > > Hi Cyril, > > Do you wish to ack my patch ? > > Cyril, > > Waiting for your endorsement/rejection !!
Sorry, I've been out of the office for some time. Using __sync_add_and_fetch() is better solution as far as we use gcc (1), but we were using gcc extended assembler (2) before, so we should be safe here. You can add my ack to previous patch. 1) http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/Atomic-Builtins.html 2) http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/Extended-Asm.html#Extended-Asm -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
