|
From: Aleksander S. <A....@os...> - 2004-03-23 14:21:17
|
Here comes final patch for semaphores :) It removes VG_N_SEMAPHORES limitation. Now it uses malloc/free for each sem_init/sem_destroy, as Jeremy suggested. I've done some benchmarking - it works even faster than my previous version (with pointers to a big global table). It shows again that "programmers are notoriously bad at predicting how their programs actually perform", as GCC's manual says ;-) Could someone with write access do a "cvs ci" ? Best regards, Aleksander. |