emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New function for gdb-ui.el?


From: Nick Roberts
Subject: Re: New function for gdb-ui.el?
Date: Mon, 31 Oct 2005 11:33:33 +1300

Miles Bader writes:
 > 2005/10/30, Nick Roberts <address@hidden>:
 > >  > A confused linker...
 > >
 > > I don't know what you're talking about and your cryptic posts don't help.
 > 
 > He was just pointing out (cryptically) that the compiler doesn't do
 > inlining by copying machine code, and that doing so wouldn't work very
 > well... (though I sort of assumed you weren't being literal when you
 > said that)

He seemed to be saying that the function needs to be static but that
does not seem to be the case; rather calls need to be made in the same file
that the function is defined, to be inlined.

Reading the gcc manual, it says that no inlining, even when specified with the
inline keyword in the code, takes place without optimisation. This was
contrary to my expection.

In the manual, I have stated that the command that I have defined
(gdb-mouse-until) only works within the same frame.  If that is not the case,
and someone can correct me in plain English, I will gladly change this.

Nick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]