This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Improve performance of gthr-win32


From: "Wu Yongwei" 

| > From: "Wu Yongwei"
| >
| > | I have finally got the notification that my gcc assignment has been
| > | received by the GNU copyright clerk. So I am reposting the updated
| > | patch here.
| > |
| > | Hope it is OK.
| > |
| >
| > Looks OK to me but...
| >
| > ChangeLog entry is needed.
| 
| 2004-04-22  Wu Yongwei  <adah@sh163.net>
| 
| * gthr-win32.h (__gthread_mutex_t): New structure.
| (__GTHREAD_MUTEX_INIT_DEFAULT): New initialization value.
| (__gthread_mutex_init_function, __gthread_mutex_lock,
| __gthread_mutex_trylock, __gthread_mutex_unlock): Use a new (faster)
| mutex implementation.
| * config/i386/gthr-win32.c (__gthread_mutex_init_function,
| __gthread_mutex_lock, __gthread_mutex_trylock,
| __gthread_mutex_unlock): Ditto.
| 
| > How has this been tested?
| 
| Is the previous test enough?  I have tested again.

What about results of bootstrap and checking gcc and libstdc++ testsuites?

Danny

| 
| http://article.gmane.org/gmane.comp.gnu.mingw.devel/910
| 
| >
| > Danny
| 
| Wu Yongwei
| 
| 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]