mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Save a function call in common mutex locking/unlocking operations
From-SVN: r44107
This commit is contained in:
parent
ba0cf7f7f5
commit
5f1ecf82e7
@ -1,3 +1,10 @@
|
||||
Wed Jul 18 12:48:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
|
||||
rather than through objc_thread_id, to save a function call.
|
||||
(objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
|
||||
Ditto.
|
||||
|
||||
Mon Jul 16 12:15:00 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* objc/objc-api.h (object_is_class): Fixed - buggy code was trying
|
||||
|
Loading…
Reference in New Issue
Block a user