Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c++ > #5337
| From | Nobody <nobody@nowhere.com> |
|---|---|
| Subject | Re: English Idiom in Unix: Directory Recursively |
| Date | 2011-05-22 14:20 +0100 |
| Message-Id | <pan.2011.05.22.13.19.55.625000@nowhere.com> |
| Newsgroups | comp.lang.c++ |
| References | (4 earlier) <uuOdnWAEuNKQKk7QnZ2dnUVZ8lKdnZ2d@westnet.com.au> <1228144c-303f-4c38-8ecb-8a7ad79fb3ab@s16g2000prf.googlegroups.com> <D_qdnZZNC9Kc8EnQnZ2dnUVZ8gednZ2d@westnet.com.au> <IU.D20110521.T083306.P471.Q0@J.de.Boyne.Pollard.localhost> <1hrwzmf0pedx.dlg@gelists.gmail.com> |
| Organization | Zen Internet |
On Sat, 21 May 2011 11:33:09 -0300, Gerhard Fiedler wrote: > Also, some C compilers do "whole program optimization" and with that can > tailor the calling code to the called code. There doesn't seem to be > anything in the C language spec that prohibits such things. No, but the C language spec only addresses monolithic programs. Most modern software development involves the use of dynamically-linked libraries, which requires inter-module calls to conform to an ABI.
Back to comp.lang.c++ | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: English Idiom in Unix: Directory Recursively Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.COM> - 2011-05-21 09:32 +0100
Re: English Idiom in Unix: Directory Recursively Lars Enderin <lars.enderin@telia.com> - 2011-05-21 11:52 +0200
Re: English Idiom in Unix: Directory Recursively Lars Enderin <lars.enderin@telia.com> - 2011-05-21 11:54 +0200
Re: English Idiom in Unix: Directory Recursively Lars Enderin <lars.enderin@telia.com> - 2011-05-21 11:56 +0200
Re: English Idiom in Unix: Directory Recursively Gerhard Fiedler <gelists@gmail.com> - 2011-05-21 11:33 -0300
Re: English Idiom in Unix: Directory Recursively Seebs <usenet-nospam@seebs.net> - 2011-05-21 18:37 +0000
Re: English Idiom in Unix: Directory Recursively Nobody <nobody@nowhere.com> - 2011-05-22 14:20 +0100
csiph-web