public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/6730] New: [PARISC] small atomic.h optimization
@ 2008-07-08 16:32 deller at gmx dot de
  2008-07-08 16:35 ` [Bug ports/6730] " drepper at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: deller at gmx dot de @ 2008-07-08 16:32 UTC (permalink / raw)
  To: glibc-bugs

In the file ports/sysdeps/unix/sysv/linux/hppa/bits/atomic.h a LWS call is 
done, and then the kernel return value is negated (from - to +) with this 
line:
 sub   %%r0, %%r21, %%r21  
A small optimization is to drop this negation and instead change
 if(lws_errno == EFAULT || lws_errno == ENOSYS)
to 
 if(lws_errno == -EFAULT || lws_errno == -ENOSYS)

-- 
           Summary: [PARISC] small atomic.h optimization
           Product: glibc
           Version: 2.4
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: carlos at systemhalted dot org
        ReportedBy: deller at gmx dot de
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=6730

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ports/6730] [PARISC] small atomic.h optimization
  2008-07-08 16:32 [Bug libc/6730] New: [PARISC] small atomic.h optimization deller at gmx dot de
@ 2008-07-08 16:35 ` drepper at redhat dot com
  2008-07-08 16:35 ` carlos at systemhalted dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2008-07-08 16:35 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |ports


http://sourceware.org/bugzilla/show_bug.cgi?id=6730

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ports/6730] [PARISC] small atomic.h optimization
  2008-07-08 16:32 [Bug libc/6730] New: [PARISC] small atomic.h optimization deller at gmx dot de
  2008-07-08 16:35 ` [Bug ports/6730] " drepper at redhat dot com
@ 2008-07-08 16:35 ` carlos at systemhalted dot org
  2009-11-08 17:06 ` carlos at systemhalted dot org
  2009-11-12 14:13 ` carlos at systemhalted dot org
  3 siblings, 0 replies; 5+ messages in thread
From: carlos at systemhalted dot org @ 2008-07-08 16:35 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at systemhalted dot org  2008-07-08 16:35 -------
Helge,

Thanks. I'll put this on my queue.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=6730

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ports/6730] [PARISC] small atomic.h optimization
  2008-07-08 16:32 [Bug libc/6730] New: [PARISC] small atomic.h optimization deller at gmx dot de
  2008-07-08 16:35 ` [Bug ports/6730] " drepper at redhat dot com
  2008-07-08 16:35 ` carlos at systemhalted dot org
@ 2009-11-08 17:06 ` carlos at systemhalted dot org
  2009-11-12 14:13 ` carlos at systemhalted dot org
  3 siblings, 0 replies; 5+ messages in thread
From: carlos at systemhalted dot org @ 2009-11-08 17:06 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.12


http://sourceware.org/bugzilla/show_bug.cgi?id=6730

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ports/6730] [PARISC] small atomic.h optimization
  2008-07-08 16:32 [Bug libc/6730] New: [PARISC] small atomic.h optimization deller at gmx dot de
                   ` (2 preceding siblings ...)
  2009-11-08 17:06 ` carlos at systemhalted dot org
@ 2009-11-12 14:13 ` carlos at systemhalted dot org
  3 siblings, 0 replies; 5+ messages in thread
From: carlos at systemhalted dot org @ 2009-11-12 14:13 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|                            |hppa-linux-gnu
 GCC target triplet|                            |hppa-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=6730

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-12 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-08 16:32 [Bug libc/6730] New: [PARISC] small atomic.h optimization deller at gmx dot de
2008-07-08 16:35 ` [Bug ports/6730] " drepper at redhat dot com
2008-07-08 16:35 ` carlos at systemhalted dot org
2009-11-08 17:06 ` carlos at systemhalted dot org
2009-11-12 14:13 ` carlos at systemhalted dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).