[jadmin] Re: Jabberd-2.0.11 DNS issues (fwd)
Matthias Wimmer
m at tthias.eu
Tue Nov 7 16:47:49 CST 2006
Hi Florian!
Florian Echtler schrieb:
> One other possibility which comes to mind is agressive compiler
> optimization; packet is never written to in _srv_rr and is marked const
> in the definition of dn_expand, so the compiler _might_ silently change
> that to a call-by-reference in order to save a copy operation. But I
> admit that I'm really guessing hard here..
As long as it is not static function, the compiler will have a hard work
if it changes the signature of a function. Changing it would cause
problems when the code object gets linked against another code object.
Tot kijk
Matthias
More information about the JAdmin
mailing list