public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled?
@ 2007-09-08 16:01 carlos at systemhalted dot org
  2007-09-08 16:02 ` [Bug faq/5012] " carlos at systemhalted dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: carlos at systemhalted dot org @ 2007-09-08 16:01 UTC (permalink / raw)
  To: glibc-bugs

The question "Why must glibc be compiled with optimizations enabled?" comes up
often on the mailing list.

The following patch adds an answer to the FAQ.

-- 
           Summary: Why must glibc be compiled with optimizations enabled?
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: faq
        AssignedTo: aj at suse dot de
        ReportedBy: carlos at systemhalted dot org
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: *
  GCC host triplet: *
GCC target triplet: *


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
@ 2007-09-08 16:02 ` carlos at systemhalted dot org
  2007-09-08 16:04 ` carlos at systemhalted dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carlos at systemhalted dot org @ 2007-09-08 16:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at systemhalted dot org  2007-09-08 16:02 -------
Created an attachment (id=1992)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1992&action=view)
Add FAQ entry: Why must glibc be compiled with optimizations enabled?


-- 


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
  2007-09-08 16:02 ` [Bug faq/5012] " carlos at systemhalted dot org
@ 2007-09-08 16:04 ` carlos at systemhalted dot org
  2007-10-06 17:02 ` drepper at redhat dot com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carlos at systemhalted dot org @ 2007-09-08 16:04 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at systemhalted dot org  2007-09-08 16:04 -------
Comments? OK to checkin?

-- 


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
  2007-09-08 16:02 ` [Bug faq/5012] " carlos at systemhalted dot org
  2007-09-08 16:04 ` carlos at systemhalted dot org
@ 2007-10-06 17:02 ` drepper at redhat dot com
  2007-10-28  5:25 ` aj at suse dot de
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: drepper at redhat dot com @ 2007-10-06 17:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2007-10-06 17:02 -------
This comment is not complete.  There are other reasons.  For instance, nested
functions must be inlined in many cases to avoid executable stacks.

-- 


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
                   ` (2 preceding siblings ...)
  2007-10-06 17:02 ` drepper at redhat dot com
@ 2007-10-28  5:25 ` aj at suse dot de
  2008-02-08 14:01 ` carlos at systemhalted dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: aj at suse dot de @ 2007-10-28  5:25 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2007-10-28 05:25 -------
patch checked into glibc head.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
                   ` (3 preceding siblings ...)
  2007-10-28  5:25 ` aj at suse dot de
@ 2008-02-08 14:01 ` carlos at systemhalted dot org
  2008-02-08 14:02 ` carlos at systemhalted dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carlos at systemhalted dot org @ 2008-02-08 14:01 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at systemhalted dot org  2008-02-08 14:00 -------
Created an attachment (id=2239)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2239&action=view)
Add FAQ entry: Why must glibc be compiled with optimizations enabled?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1992 is|0                           |1
           obsolete|                            |
         AssignedTo|aj at suse dot de           |carlos at systemhalted dot
                   |                            |org
             Status|RESOLVED                    |ASSIGNED
         Resolution|FIXED                       |


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
                   ` (4 preceding siblings ...)
  2008-02-08 14:01 ` carlos at systemhalted dot org
@ 2008-02-08 14:02 ` carlos at systemhalted dot org
  2008-02-21 17:34 ` carlos at codesourcery dot com
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carlos at systemhalted dot org @ 2008-02-08 14:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at systemhalted dot org  2008-02-08 14:01 -------
It doesn't look like this was ever checked into glibc head?

I've updated the patch to include Ulrich's comments about nested functions.

OK to checkin?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
                   ` (5 preceding siblings ...)
  2008-02-08 14:02 ` carlos at systemhalted dot org
@ 2008-02-21 17:34 ` carlos at codesourcery dot com
  2008-02-21 17:35 ` carlos at codesourcery dot com
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carlos at codesourcery dot com @ 2008-02-21 17:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at codesourcery dot com  2008-02-21 17:33 -------
Ping?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
                   ` (6 preceding siblings ...)
  2008-02-21 17:34 ` carlos at codesourcery dot com
@ 2008-02-21 17:35 ` carlos at codesourcery dot com
  2008-02-22  9:58 ` cvs-commit at gcc dot gnu dot org
  2008-02-22 10:02 ` aj at suse dot de
  9 siblings, 0 replies; 11+ messages in thread
From: carlos at codesourcery dot com @ 2008-02-21 17:35 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at codesourcery dot com  2008-02-21 17:34 -------
Andreas,

I don't see that this was checked in?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
                   ` (7 preceding siblings ...)
  2008-02-21 17:35 ` carlos at codesourcery dot com
@ 2008-02-22  9:58 ` cvs-commit at gcc dot gnu dot org
  2008-02-22 10:02 ` aj at suse dot de
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2008-02-22  9:58 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2008-02-22 09:57 -------
Subject: Bug 5012

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	aj@sourceware.org	2008-02-22 09:57:19

Modified files:
	.              : FAQ.in 

Log message:
	[BZ #5012]
	* FAQ.in: Describe why glibc needs to be compiled with
	optimization.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/FAQ.in.diff?cvsroot=glibc&r1=1.138&r2=1.139



-- 


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

------- 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] 11+ messages in thread

* [Bug faq/5012] Why must glibc be compiled with optimizations enabled?
  2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
                   ` (8 preceding siblings ...)
  2008-02-22  9:58 ` cvs-commit at gcc dot gnu dot org
@ 2008-02-22 10:02 ` aj at suse dot de
  9 siblings, 0 replies; 11+ messages in thread
From: aj at suse dot de @ 2008-02-22 10:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2008-02-22 10:01 -------
I now checked the version in which was posted here:
http://sourceware.org/ml/libc-hacker/2007-10/msg00023.html


Thanks Carlos!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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

------- 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] 11+ messages in thread

end of thread, other threads:[~2008-02-22 10:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-08 16:01 [Bug faq/5012] New: Why must glibc be compiled with optimizations enabled? carlos at systemhalted dot org
2007-09-08 16:02 ` [Bug faq/5012] " carlos at systemhalted dot org
2007-09-08 16:04 ` carlos at systemhalted dot org
2007-10-06 17:02 ` drepper at redhat dot com
2007-10-28  5:25 ` aj at suse dot de
2008-02-08 14:01 ` carlos at systemhalted dot org
2008-02-08 14:02 ` carlos at systemhalted dot org
2008-02-21 17:34 ` carlos at codesourcery dot com
2008-02-21 17:35 ` carlos at codesourcery dot com
2008-02-22  9:58 ` cvs-commit at gcc dot gnu dot org
2008-02-22 10:02 ` aj at suse dot de

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).